summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-16 17:28:24 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-16 17:28:24 +0000
commit0dec18e5be6f33c9881364344d8fa73189ed8b8d (patch)
treef2a227f8ab0b80cef18f42bc69f63a926b65759a
parent369247bf9cff2f449f011cf6df717406504c1a07 (diff)
downloadbrdo-0dec18e5be6f33c9881364344d8fa73189ed8b8d.tar.gz
brdo-0dec18e5be6f33c9881364344d8fa73189ed8b8d.tar.bz2
- Patch #809616 by catch: fixed notice in menu rebuild.
-rw-r--r--includes/menu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 5e5abaffc..dba3b3ce7 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -3167,6 +3167,7 @@ function _menu_router_build($callbacks) {
'title' => '',
'weight' => 0,
'type' => MENU_NORMAL_ITEM,
+ 'module' => '',
'_number_parts' => $number_parts,
'_parts' => $parts,
'_fit' => $fit,
@@ -3296,7 +3297,6 @@ function _menu_router_build($callbacks) {
'file' => '',
'file path' => '',
'include file' => '',
- 'module' => '',
);
// Calculate out the file to be included for each callback, if any.