mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
added missing '
This commit is contained in:
parent
4b0053280f
commit
45f32ce148
@ -61,7 +61,7 @@
|
||||
if (@get_var('submit',Array('POST')))
|
||||
{
|
||||
$lang_selected = get_var('lang_selected',Array('POST'));
|
||||
$upgrademethod = get_var('upgrademethod',Array(POST'));
|
||||
$upgrademethod = get_var('upgrademethod',Array('POST'));
|
||||
$GLOBALS['phpgw_setup']->db->transaction_begin();
|
||||
if (count($lang_selected))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user