Parse error: syntax error, unexpected ':' in /Users/paulocarvalho/Sites/acquia-drupal/sites/all/modules/views_sexy_throbber/views_sexy_throbber.install on line 17

Getting this when trying to enable the module. Good luck.

Comments

clivelinsell’s picture

This is down to the version of PHP you're using:

Since PHP 5.3, it is possible to leave out the middle part of the ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1 evaluates to TRUE, and expr3 otherwise.

See: http://php.net/manual/en/language.operators.comparison.php#language.oper...

ANDiTKO’s picture

Assigned: Unassigned » ANDiTKO
Status: Needs work » Fixed

Hello, i fixed that bug in the latest version. Please download the latest branch and let me know.

ANDiTKO’s picture

Status: Fixed » Closed (fixed)