]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Wrapper added for node list
[hub.git] / application / hub / config.php
index d6e4eeb6cb1349ffcf04fcd27fd9ac93e02f683b..075390038e073fb81fb69305df02c51c138914f6 100644 (file)
@@ -48,6 +48,9 @@ $cfg->setConfigEntry('debug_class', 'DebugConsoleOutput');
 // CFG: NODE-INFO-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('node_info_db_wrapper_class', 'NodeInformationDatabaseWrapper');
 
+// CFG: NODE-LIST-DB-WRAPPER-CLASS
+$cfg->setConfigEntry('node_list_db_wrapper_class', 'NodeListDatabaseWrapper');
+
 // CFG: WEB-CONTENT-TYPE
 $cfg->setConfigEntry('web_content_type', '');