mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
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);
|
||||
|
||||
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