revert accident commit of patched egw class

This commit is contained in:
Ralf Becker 2015-07-07 12:43:48 +00:00
parent 0cd038b71f
commit e1de24996b

View File

@ -600,13 +600,11 @@ class egw extends egw_minimal
_egw_log_exception($ex);
}
}
/* not needed as rpm uses /etc/cron.d/egroupware
// call the asyncservice check_run function if it is not explicitly set to cron-only
if (!$GLOBALS['egw_info']['server']['asyncservice']) // is default
{
ExecMethod('phpgwapi.asyncservice.check_run','fallback');
}
*/
$this->db->disconnect();
}
}