Now with getter
authorRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 21:50:08 +0000 (21:50 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 21:50:08 +0000 (21:50 +0000)
inc/classes/main/helper/class_BaseHelper.php

index 65654bdbcbe95e50e97de8b3764f570e5f3d1e0a..da4f6b12b3f0fffe558ac1d0ab99c5c4539b341b 100644 (file)
@@ -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
                );