mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix TranslationTools were not finding sidebox menu phrases
This commit is contained in:
parent
d587d3e321
commit
85e72e919c
@ -417,7 +417,9 @@ if (!function_exists('parse_navbar'))
|
||||
}
|
||||
}
|
||||
|
||||
if (!function_exists('display_sidebox'))
|
||||
if (!function_exists('display_sidebox') &&
|
||||
// allow developer TranslationTools scanner to overwrite the function
|
||||
($_GET['menuaction'] ?? null) !== 'developer.EGroupware\\Developer\\TranslationTools.scan')
|
||||
{
|
||||
/**
|
||||
* echo's out a sidebox menu
|
||||
|
Loading…
Reference in New Issue
Block a user