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