From a005bb7cb691203667f448faa325099f1ac07365 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Aug 2012 20:53:59 +0000 Subject: [PATCH] More fixes, renames --- application/hub/config.php | 3 +++ application/hub/main/template/class_BaseXmlTemplateEngine.php | 2 +- .../hub/templates/xml/requests/node_request_node_list.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/application/hub/config.php b/application/hub/config.php index 51e63115a..e56aeb8a3 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -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); diff --git a/application/hub/main/template/class_BaseXmlTemplateEngine.php b/application/hub/main/template/class_BaseXmlTemplateEngine.php index 16ce5159e..2086623d9 100644 --- a/application/hub/main/template/class_BaseXmlTemplateEngine.php +++ b/application/hub/main/template/class_BaseXmlTemplateEngine.php @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseXMLTemplateEngine extends BaseTemplateEngine { +class BaseXmlTemplateEngine extends BaseTemplateEngine { /** * Main nodes in the XML tree */ diff --git a/application/hub/templates/xml/requests/node_request_node_list.xml b/application/hub/templates/xml/requests/node_request_node_list.xml index cf7e7b923..bb9031423 100644 --- a/application/hub/templates/xml/requests/node_request_node_list.xml +++ b/application/hub/templates/xml/requests/node_request_node_list.xml @@ -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 //--> - + {?session_id?} - + -- 2.39.5