line 45 of widgeditor.module
foreach($query as &$element) {
should be
foreach($query as $element) {
otherwise php5 complains
line 45 of widgeditor.module
foreach($query as &$element) {
should be
foreach($query as $element) {
otherwise php5 complains
Comments
Comment #1
Gurpartap Singh commentedComment #2
Gurpartap Singh commentedhttp://drupal.org/node/109555
Comment #3
(not verified) commented