Initializing $top_menu_extra as an array

This commit is contained in:
Andreas Stöckel 2010-06-10 07:35:16 +00:00
parent d897357e7f
commit 2f1353ba3a

View File

@ -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.