]> git.mxchange.org Git - hub.git/commitdiff
Remove these now
authorRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 21:21:38 +0000 (21:21 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 22 Aug 2012 21:21:38 +0000 (21:21 +0000)
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php
application/hub/main/tags/package/class_PackageTags.php

index fb44300a5b159e0a114ec93a61acbcbe828e2546..98298c63784858f3712445d42e4c7ad07caa51f5 100644 (file)
@@ -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();
index 0ffd0a59e2fd9433dcfa84978dbbdb7dce105825..fd0cd8a1b259ecbf946a48c17049e3169818f3bd 100644 (file)
@@ -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();