- Patch #514172 by quicksketch: increase max router parts.

merge-requests/26/head
Dries Buytaert 2009-07-09 07:03:57 +00:00
parent 3ffb9f4a6e
commit b6a1fa724c
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', 7);
define('MENU_MAX_PARTS', 8);
/**