forked from extern/egroupware
corrected typo $get_var() --> get_var()
This commit is contained in:
parent
8bbcd143f1
commit
b0250b2be4
@ -118,7 +118,7 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(@$get_var('action',Array('POST')))
|
switch(@get_var('action',Array('POST')))
|
||||||
{
|
{
|
||||||
case 'download':
|
case 'download':
|
||||||
check_form_values();
|
check_form_values();
|
||||||
|
Loading…
Reference in New Issue
Block a user