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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1228356-syntax-error.patch | 553 bytes | ohthehugemanatee |
Comments
Comment #1
mpetrovic commentedLine 146 has an extra closing parenthesis after the empty() call. Deleting that fixes the error.
Comment #2
ohthehugemanatee commentedAttaching a trivial patch in the hopes that this gets committed someday...