27 Jul
2005
27 Jul
'05
12:06 p.m.
Issue status update for http://drupal.org/node/27582 Post a follow up: http://drupal.org/project/comments/add/27582 Project: Drupal Version: 4.6.2 Component: base system Category: bug reports Priority: normal Assigned to: Anonymous Reported by: iraszl Updated by: iraszl Status: patch In *menu.inc*, function menu_execute_active_handler() I changed: if (strlen($arg)) { To: if (strlen($arg) && is_array($arguments)) { That did the trick to get rid of the annoying error messages in the log. iraszl