forked from extern/egroupware
Initializing $top_menu_extra as an array
This commit is contained in:
parent
d897357e7f
commit
2f1353ba3a
@ -863,7 +863,7 @@ abstract class egw_framework
|
|||||||
*/
|
*/
|
||||||
abstract function _add_topmenu_info_item($content);
|
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.
|
* Called by hooks to add an entry in the topmenu location.
|
||||||
|
Loading…
Reference in New Issue
Block a user