mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
globals fix for \$action
This commit is contained in:
parent
a7900bb2bb
commit
a89a1c9c1a
@ -97,7 +97,7 @@
|
|||||||
//$action = 'Upgrade';
|
//$action = 'Upgrade';
|
||||||
// end DEBUG code
|
// end DEBUG code
|
||||||
|
|
||||||
switch($action)
|
switch($HTTP_POST_VARS['action'])
|
||||||
{
|
{
|
||||||
case 'Uninstall all applications':
|
case 'Uninstall all applications':
|
||||||
$subtitle = lang('Deleting Tables');
|
$subtitle = lang('Deleting Tables');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user