[drupal-devel] [bug] Menu.inc error when running on php5
iraszl
drupal-devel at drupal.org
Wed Jul 27 10:06:40 UTC 2005
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
More information about the drupal-devel
mailing list