- Patch #514172 by quicksketch: increase max router parts.
parent
3ffb9f4a6e
commit
b6a1fa724c
|
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue