Getting this error:Parse error: syntax error, unexpected T_BOOLEAN_AND in C:\Users\Paul\Sites\acquia-drupal4\sites\all\modules\contextual\contextual.module on line 146..along with WSOD.

CommentFileSizeAuthor
#2 1228356-syntax-error.patch553 bytesohthehugemanatee

Comments

mpetrovic’s picture

Line 146 has an extra closing parenthesis after the empty() call. Deleting that fixes the error.

ohthehugemanatee’s picture

Issue summary: View changes
StatusFileSize
new553 bytes

Attaching a trivial patch in the hopes that this gets committed someday...