Initializing $top_menu_extra as an array

This commit is contained in:
Andreas Stöckel 2010-06-10 07:34:02 +00:00
parent 78a410850c
commit 7f6ee30cc6

View File

@ -881,7 +881,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.