From: Roland Haeder Date: Tue, 24 Mar 2015 20:14:56 +0000 (+0100) Subject: Updated 'core' to have HandleableTask interface. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c82939a842527c9ce2e54c105f48743e2cdd78a;p=city.git Updated 'core' to have HandleableTask interface. Signed-off-by: Roland Haeder --- diff --git a/application/city/config.php b/application/city/config.php index 8a6298e..d2814e7 100644 --- a/application/city/config.php +++ b/application/city/config.php @@ -99,5 +99,8 @@ $cfg->setConfigEntry('city_shutdown_city_filter', 'CityShutdownCityFilter'); // CFG: NEWS-MAIN-LIMIT $cfg->setConfigEntry('news_main_limit', 5); +// CFG: TASK-HANDLER-CLASS +$cfg->setConfigEntry('task_handler_class', 'TaskHandler'); + // [EOF] ?> diff --git a/core b/core index df2fa5c..c53e209 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit df2fa5cf4b9cef7fa1b0064416cf579793f9038e +Subproject commit c53e2093d7c29639ea3f19fd89b442159edf4780