forked from extern/egroupware
partial fix to bug 948702: can't change apps names. Still more to do.
This commit is contained in:
parent
41a3f88199
commit
1dae93b363
@ -309,7 +309,7 @@
|
|||||||
'n_app_name' => $n_app_name,
|
'n_app_name' => $n_app_name,
|
||||||
'n_app_status' => $n_app_status,
|
'n_app_status' => $n_app_status,
|
||||||
'app_order' => $app_order,
|
'app_order' => $app_order,
|
||||||
'old_app_name' => $app_name
|
'old_app_name' => urldecode($app_name)
|
||||||
));
|
));
|
||||||
|
|
||||||
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=admin.uiapplications.get_list&start='.$start);
|
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=admin.uiapplications.get_list&start='.$start);
|
||||||
|
Loading…
Reference in New Issue
Block a user