Closed (fixed)
Project:
Version Control API
Version:
6.x-1.0-beta1
Component:
API module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 10:50 UTC
Updated:
10 Feb 2009 at 08:00 UTC
After module activating I try to load any Project page: VCS accounts/VCS repositories/Version control settings
Every time I get: Fatal error: Can't use function return value in write context in /var/www/drupal/sites/all/modules/versioncontrol/versioncontrol.admin.inc on line 417
I'm using Drupal 6.9, PHP 5.2.4-2ubuntu5.3, MySQL 5.0.51a, Apache/2.2.8
Comments
Comment #1
jpetso commentedHm, I'm pretty sure I changed something from is_null() to empty() because I thought it looks better, in the last commit before tagging the beta. Seems that wasn't such a good idea after all...
Comment #2
jpetso commentedFixed, and pushed out as beta2. Sorry for the stupid bug, and thanks for the report.
Comment #3
neptunix commentedThanks for the fix :)