From: Roland Häder Date: Fri, 21 Aug 2009 21:50:08 +0000 (+0000) Subject: Now with getter X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=eb7f95605a457b70446885631e03db5d5778b80c;ds=sidebyside Now with getter --- diff --git a/inc/classes/main/helper/class_BaseHelper.php b/inc/classes/main/helper/class_BaseHelper.php index 65654bdb..da4f6b12 100644 --- a/inc/classes/main/helper/class_BaseHelper.php +++ b/inc/classes/main/helper/class_BaseHelper.php @@ -441,7 +441,7 @@ class BaseHelper extends BaseFrameworkSystem { */ public function getValueField ($fieldName) { // Construct the eval() command - $eval = sprintf("\$fieldValue = \$this->valueInstance->getField('%s');", + $eval = sprintf("\$fieldValue = \$this->getValueInstance()->getField('%s');", $fieldName );