#514172 by Bojhan: Increased maximum menu router parts (again).

merge-requests/26/head
Angie Byron 2009-08-19 23:29:13 +00:00
parent f8e430c7fd
commit 45e2d8efcf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/**