After installing the new views on fresh install of Drupal 4.7, I get the white screen of death. Error log shows the following error:

PHP Parse error:  syntax error, unexpected T_RETURN in /www/drupal/4-7/modules/drupal-contrib/views/modules/views_taxonomy.inc on line 257

There is a ternary operation with two return statements on line 257. I just removed one of the return statements.

CommentFileSizeAuthor
views_taxonomy.patch_1.txt687 bytestom friedhof

Comments

Tobias Maier’s picture

he is right

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Bleh. I'm an idiot. Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)