mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
corrected typo $get_var() --> get_var()
This commit is contained in:
parent
8bbcd143f1
commit
b0250b2be4
@ -118,7 +118,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
switch(@$get_var('action',Array('POST')))
|
||||
switch(@get_var('action',Array('POST')))
|
||||
{
|
||||
case 'download':
|
||||
check_form_values();
|
||||
|
Loading…
Reference in New Issue
Block a user