mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
Initializing $top_menu_extra as an array
This commit is contained in:
parent
78a410850c
commit
7f6ee30cc6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user