diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-19 23:29:13 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-19 23:29:13 +0000 |
commit | 45e2d8efcf94fc0c8368cba835ee9127b1458756 (patch) | |
tree | 8c080e4dc879e089f7853664db63c914a9d79c79 | |
parent | f8e430c7fdbd97a4d7451f4c94e5cb67183dab42 (diff) | |
download | brdo-45e2d8efcf94fc0c8368cba835ee9127b1458756.tar.gz brdo-45e2d8efcf94fc0c8368cba835ee9127b1458756.tar.bz2 |
#514172 by Bojhan: Increased maximum menu router parts (again).
-rw-r--r-- | includes/menu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index de37139a0..2fe2159ff 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -210,7 +210,7 @@ define('MENU_SITE_OFFLINE', 4); /** * The maximum number of path elements for a menu callback */ -define('MENU_MAX_PARTS', 8); +define('MENU_MAX_PARTS', 9); /** |