migrated ApsInstaller and ApsUpdater, fixed typo in traffic-cron (thx to Sephi), refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-20 15:02:49 +01:00
parent cf2eea43c9
commit ee19c268cc
5 changed files with 340 additions and 360 deletions

View File

@@ -17,7 +17,5 @@
*
*/
$Aps = new ApsUpdater($db, $cronlog);
$Aps = new ApsUpdater($cronlog);
$Aps->UpdateHandler();
?>