Active
Project:
Aggregator2
Version:
master
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2008 at 13:50 UTC
Updated:
17 Jul 2008 at 13:50 UTC
hi,
when i click on an rss symbol, i get this error message:
Fatal error: Cannot use object of type stdClass as array in /var/www/drupal6/modules/node/node.module on line 1688
the code lines of the node.module are:
foreach ($extra as $element) {
if (isset($element['namespace'])) {
$namespaces = array_merge($namespaces, $element['namespace']);
}
}any ideas?