From 464ff6c4c1bda3edbd0f132c4d3d866539d3a117 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 15 Apr 2013 16:02:32 +0200 Subject: renamed bl to businesslayer, handle exception in update routine, fix #69 --- backgroundjob/task.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backgroundjob') diff --git a/backgroundjob/task.php b/backgroundjob/task.php index 2274f7b99..820d36cc7 100644 --- a/backgroundjob/task.php +++ b/backgroundjob/task.php @@ -34,8 +34,8 @@ class Task { static public function run() { $container = new DIContainer(); - $container['FeedBl']->updateAll(); - $container['ItemBl']->autoPurgeOld(); + $container['FeedBusinessLayer']->updateAll(); + $container['ItemBusinessLayer']->autoPurgeOld(); } -- cgit v1.2.3