Closed (fixed)
Project:
Web Links
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 09:09 UTC
Updated:
3 Apr 2013 at 13:40 UTC
When attempting to edit a taxonomy term on a migrated Drupal 6.20 site this error is thrown:
Fatal error: Cannot use object of type stdClass as array in /var/www/html/cm7/sites/all/modules/weblinks/weblinks.module on line 1199
What needs to be changed to fix this statement?
// Is this for our vocabulary?
if ($form['#vocabulary']['vid'] != _weblinks_get_vocid()) {
return '';
}
Comments
Comment #1
GStegemann commentedIs fixed in current D7 development version.