From ef458a09b3a72e4e324f6ae6455268e081729ee4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 10 Mar 2009 17:23:56 +0000 Subject: [PATCH] Added missing method buildMasterTemplateName() --- application/mxchange/class_ApplicationHelper.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/mxchange/class_ApplicationHelper.php b/application/mxchange/class_ApplicationHelper.php index dee4ef6d25..01d9f06700 100644 --- a/application/mxchange/class_ApplicationHelper.php +++ b/application/mxchange/class_ApplicationHelper.php @@ -165,11 +165,11 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica } /** - * Getter for master template name + * Builds the master template's name * - * @return $masterTemplate Name of the master template + * @return $masterTemplateName Name of the master template */ - public final function getMasterTemplate () { + public final function buildMasterTemplateName () { return $this->masterTemplate; } -- 2.39.2