Misc fixes:
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 5237b802b1faedba51b31d9a45f985d39f5aead9..c085e8e4d4d9667d736f453ad14ed793f8224746 100644 (file)
@@ -966,6 +966,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
 
                // Get current array
                $fieldArray = $resultInstance->current();
+               //* DEBUG: */ $this->debugOutput($fieldName.':<pre>'.print_r($fieldArray, true).'</pre>');
 
                // Does the field exist?
                if (isset($fieldArray[$fieldName])) {