diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-09 07:03:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-09 07:03:57 +0000 |
commit | b6a1fa724c827087b987465bf91bbc158dc5f35f (patch) | |
tree | 165bc1a46028fc68e8298ac6b8f42501216e623e /includes | |
parent | 3ffb9f4a6e54256f1e2f97a8a360f7fdd71dcf76 (diff) | |
download | brdo-b6a1fa724c827087b987465bf91bbc158dc5f35f.tar.gz brdo-b6a1fa724c827087b987465bf91bbc158dc5f35f.tar.bz2 |
- Patch #514172 by quicksketch: increase max router parts.
Diffstat (limited to 'includes')
-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 f162d2e3c..990d97aea 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', 7); +define('MENU_MAX_PARTS', 8); /** |