]> git.mxchange.org Git - hub.git/commitdiff
Updated 'core' + added missing config entries (one was renamed).
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Apr 2015 22:17:57 +0000 (00:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Apr 2015 22:17:57 +0000 (00:17 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
core

index cad249e11e55931ef26ae596aff8c036a78eb81d..8b39d7ed413929133c250019c6bf6fe1e981ab84 100644 (file)
@@ -237,8 +237,8 @@ $cfg->setConfigEntry('node_answer_message_dht_bootstrap_helper_class', 'NodeDhtB
 // CFG: NODE-NEXT-ANNOUNCEMENT-ANSWER-OKAY-HELPER-CLASS
 $cfg->setConfigEntry('node_next_announcement_answer_okay_helper_class', 'NodeRequestNodeListHelper');
 
-// CFG: NEWS-READER-CLASS
-$cfg->setConfigEntry('news_reader_class', 'ConsoleNewsReader');
+// CFG: NEWS-READER-MAIN-CLASS
+$cfg->setConfigEntry('news_reader_main_class', 'ConsoleNewsReader');
 
 // CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS
 $cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine');
@@ -815,6 +815,9 @@ $cfg->setConfigEntry('max_dht_recipients', 10);
 // CFG: CONNECTION-INFO-CLASS
 $cfg->setConfigEntry('connection_info_class', 'ConnectionInfo');
 
+// CFG: DEFAULT-HUB-CONSOLE-CONTROLLER
+$cfg->setConfigEntry('default_hub_console_controller', 'main');
+
 ///////////////////////////////////////////////////////////////////////////////
 //                              Node states
 ///////////////////////////////////////////////////////////////////////////////
diff --git a/core b/core
index 12417a7382d7ab76dacb985819e30b57db01f1fd..17594a08ba68250b4693631ad6fab0f76c885d56 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 12417a7382d7ab76dacb985819e30b57db01f1fd
+Subproject commit 17594a08ba68250b4693631ad6fab0f76c885d56