]> git.mxchange.org Git - hub.git/commitdiff
More fixes, renames
authorRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 20:53:59 +0000 (20:53 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 20:53:59 +0000 (20:53 +0000)
application/hub/config.php
application/hub/main/template/class_BaseXmlTemplateEngine.php
application/hub/templates/xml/requests/node_request_node_list.xml

index 51e63115a423872f58469d2e51616c6af2018556..e56aeb8a3919f4ca328c16088b11b4ce193474bb 100644 (file)
@@ -324,6 +324,9 @@ $cfg->setConfigEntry('stacker_announcement_answer_max_size', 20);
 // CFG: STACKER-SELF-CONNECT-MAX-SIZE
 $cfg->setConfigEntry('stacker_self_connect_max_size', 10);
 
+// CFG: STACKER-REQUEST-NODE-LIST-MAX-SIZE
+$cfg->setConfigEntry('stacker_request_node_list_max_size', 10);
+
 // CFG: STACKER-NODE-REQUEST-NODE-LIST-MAX_SIZE
 $cfg->setConfigEntry('stacker_node_request_node_list_max_size', 10);
 
index 16ce5159ea4df9726482e7c0b7478545ba230537..2086623d995ec0971eb38c336808e388a181fe73 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseXMLTemplateEngine extends BaseTemplateEngine {
+class BaseXmlTemplateEngine extends BaseTemplateEngine {
        /**
         * Main nodes in the XML tree
         */
index cf7e7b923f19213061a456754746eb60a06d9554..bb9031423ef1a1e83e9ac558176a776532e89b6d 100644 (file)
@@ -22,7 +22,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<node-request-node-list>
+<request-node-list>
        <!--
        All accepted object types as a comma-separted list this node is accepting
        to share (even master nodes may not accept all types of objects.
@@ -32,4 +32,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        This node's session id
        //-->
        <session-id>{?session_id?}</session-id>
-</node-request-node-list>
+</request-node-list>