Running the latest cvs version (1.2 at time of writing) on 4.7-beta 4 produces the following error:

Parse error: parse error, unexpected T_OBJECT_OPERATOR in /home/v/c/vcommunity/public_html/modules/tasks/tasks.module on line 360

Line 360 of the module is:

$tasks_colour = drupal_unpack($task)->tasks_colour;

Any suggestions, anyone?

Regards

Patrick

Comments

matteo’s picture

should read:

$tasks_colour = drupal_unpack($task->tasks_colour);
jakeg’s picture

Status: Active » Fixed

fixed in cvs

Anonymous’s picture

Status: Fixed » Closed (fixed)