forked from extern/egroupware
globals fix for \$action
This commit is contained in:
parent
a7900bb2bb
commit
a89a1c9c1a
@ -97,7 +97,7 @@
|
||||
//$action = 'Upgrade';
|
||||
// end DEBUG code
|
||||
|
||||
switch($action)
|
||||
switch($HTTP_POST_VARS['action'])
|
||||
{
|
||||
case 'Uninstall all applications':
|
||||
$subtitle = lang('Deleting Tables');
|
||||
|
Loading…
Reference in New Issue
Block a user