Error:
PHP Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/html/drupal/sites/all/modules/upload_image/upload_image.module on line 18

Before: Line 18
'attributes' => array('title' => t('Read parent post to view all attached images.', 'html' => TRUE))

After: Moved ')'
'attributes' => array('title' => t('Read parent post to view all attached images.'), 'html' => TRUE)

Please verify fix.

- jj

Comments

drewish’s picture

Status: Active » Fixed

that's correct. i've committed the fix to CVS.

*sheesh* that'll teach me not to create a release after committing code no matter how simple it is... i'll hold off on creating a new one until there's a little more testing.

jamesJonas’s picture

I'm happy to be your crash dummy. Thanks for the module.
-jj

Anonymous’s picture

Status: Fixed » Closed (fixed)