mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +01:00
add missing )
This commit is contained in:
parent
d3f9adbb9b
commit
9f4bea61fa
@ -12,7 +12,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$app_css = '';
|
$app_css = '';
|
||||||
if(isset($GLOBALS['HTTP_GET_VARS']['menuaction'])
|
if(isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
|
||||||
{
|
{
|
||||||
list($app,$class,$method) = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']);
|
list($app,$class,$method) = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']);
|
||||||
if(is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions['css'])
|
if(is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions['css'])
|
||||||
|
Loading…
Reference in New Issue
Block a user