]> git.mxchange.org Git - city.git/commitdiff
Updated 'core' to have HandleableTask interface.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 20:14:56 +0000 (21:14 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 20:14:56 +0000 (21:14 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/config.php
core

index 8a6298e93e1d700f4b32f4eb71abdf6a40dba1f3..d2814e7756f71317d73a27def90049912be4ca15 100644 (file)
@@ -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 df2fa5cf4b9cef7fa1b0064416cf579793f9038e..c53e2093d7c29639ea3f19fd89b442159edf4780 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit df2fa5cf4b9cef7fa1b0064416cf579793f9038e
+Subproject commit c53e2093d7c29639ea3f19fd89b442159edf4780