mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
"Ignore not installed apps"
This commit is contained in:
parent
2c12d737b2
commit
2ebd9cda40
@ -198,6 +198,8 @@ class admin_cmd_change_account_id extends admin_cmd
|
||||
$total = 0;
|
||||
foreach($this->columns2change as $app => $data)
|
||||
{
|
||||
if (!isset($GLOBALS['egw_info']['apps'][$app])) continue; // $app is not installed
|
||||
|
||||
$db = clone($GLOBALS['egw']->db);
|
||||
$db->set_app($app);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user