mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
corrected typo $get_var() --> get_var()
This commit is contained in:
@ -118,7 +118,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
switch(@$get_var('action',Array('POST')))
|
||||
switch(@get_var('action',Array('POST')))
|
||||
{
|
||||
case 'download':
|
||||
check_form_values();
|
||||
|
Reference in New Issue
Block a user