Scald version 7.x-1.7 contains a line in scald_views_handler_field_actions.inc that breaks when using PHP 5.3.

Line 33:
$links = [];

causes error:
PHP Parse error: syntax error, unexpected '[' in ............./scald/includes/scald_views_handler_field_actions.inc on line 33

Comments

mairi created an issue. See original summary.

mairi’s picture

Adding patch file to resolve for v7.x-1.7.

  • jcisio committed 9e6347d on 7.x-1.x authored by mairi
    Issue #2706185 by mairi: PHP Syntax error in...
jcisio’s picture

Priority: Major » Critical
Status: Active » Fixed

Thanks. I think we'll soon release 1.8 because of this critical bug that doesn't work with PHP 5.3.

mairi’s picture

Great, thanks for the quick commit @jcisio!

jcisio’s picture

1.8 has been released.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.