mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
corrected typo get_vars() --> get_var()
This commit is contained in:
parent
b0250b2be4
commit
84d176792f
@ -208,7 +208,7 @@
|
|||||||
$GLOBALS['phpgw']->session->appsession('session_data','preferences',$session_data);
|
$GLOBALS['phpgw']->session->appsession('session_data','preferences',$session_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
$type = get_vars('type',Array('GET'));
|
$type = get_var('type',Array('GET'));
|
||||||
if (!isset($type))
|
if (!isset($type))
|
||||||
{
|
{
|
||||||
$GLOBALS['type'] = $session_data['type'];
|
$GLOBALS['type'] = $session_data['type'];
|
||||||
|
Loading…
Reference in New Issue
Block a user