From: Roland Häder Date: Sun, 23 Jun 2013 19:00:14 +0000 (+0000) Subject: Fixed wrong array element X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c455ba2c2d9e9e613aaf5ec659909057d5ad74a;p=hub.git Fixed wrong array element --- diff --git a/application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php b/application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php index 15a1bb4c2..ce64d5244 100644 --- a/application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php +++ b/application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php @@ -150,7 +150,7 @@ class XmlObjectRegistryTemplateEngine extends BaseXmlTemplateEngine implements C */ protected function startObjectListEntry () { // Push the node name on the stacker - $this->getStackerInstance()->pushNamed('node_object_registry', 'object-list'); + $this->getStackerInstance()->pushNamed('node_object_registry', 'object-list-entry'); } /**