From: Roland Häder Date: Wed, 22 Aug 2012 21:21:38 +0000 (+0000) Subject: Remove these now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81f4f4c5e39903d61086dee603dd853ae26c2b9b;p=hub.git Remove these now --- diff --git a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php index fb44300a5..98298c637 100644 --- a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php +++ b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php @@ -62,7 +62,7 @@ class CruncherTestUnitProducer extends BaseUnitProducer implements UnitProducer, $templateInstance = XmlTemplateEngineFactory::createXmlTemplateEngineInstance('cruncher_test_unit_producer_template_class'); // Load the template - $templateInstance->loadXmlTemplate('test_unit'); + $templateInstance->loadXmlTemplate(); // Render the XML content $templateInstance->renderXmlContent(); diff --git a/application/hub/main/tags/package/class_PackageTags.php b/application/hub/main/tags/package/class_PackageTags.php index 0ffd0a59e..fd0cd8a1b 100644 --- a/application/hub/main/tags/package/class_PackageTags.php +++ b/application/hub/main/tags/package/class_PackageTags.php @@ -81,7 +81,7 @@ class PackageTags extends BaseTags implements Tagable { $this->setTemplateInstance($templateInstance); // Read the XML file - $this->getTemplateInstance()->loadXmlTemplate('object_registry'); + $this->getTemplateInstance()->loadXmlTemplate(); // Render the XML content $this->getTemplateInstance()->renderXmlContent();