mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Making global to the function hook_single().
This commit is contained in:
parent
64c204cf5f
commit
fa3e1b36c0
@ -899,7 +899,7 @@
|
||||
*/
|
||||
function hook_single($location = '', $appname = '')
|
||||
{
|
||||
global $phpgw, $phpgw_info;
|
||||
global $phpgw, $phpgw_info, $PHP_VERSION;
|
||||
if (! $appname) {
|
||||
$appname = $phpgw_info['flags']['currentapp'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user