From 2f1353ba3a1d8c7410a9e8818b035cff3b01bff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Thu, 10 Jun 2010 07:35:16 +0000 Subject: [PATCH] Initializing $top_menu_extra as an array --- phpgwapi/inc/class.egw_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index 1ceac0acb4..6366bc0db5 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -863,7 +863,7 @@ abstract class egw_framework */ abstract function _add_topmenu_info_item($content); - static $top_menu_extra; + static $top_menu_extra = array(); /** * Called by hooks to add an entry in the topmenu location.