mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 01:38:37 +01:00
"Ignore not installed apps"
This commit is contained in:
parent
b0532e4ac2
commit
0c31158d00
@ -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