corrected typo $get_var() --> get_var()

This commit is contained in:
Ralf Becker 2002-05-01 12:03:32 +00:00
parent 8bbcd143f1
commit b0250b2be4

View File

@ -118,7 +118,7 @@
break;
}
switch(@$get_var('action',Array('POST')))
switch(@get_var('action',Array('POST')))
{
case 'download':
check_form_values();