diff --git a/core/ArrayData.php b/core/ArrayData.php index 19dbddbac..d03296c87 100755 --- a/core/ArrayData.php +++ b/core/ArrayData.php @@ -66,7 +66,6 @@ class ArrayData extends ViewableData { * This is pretty crude, but it helps diagnose error situations */ function forTemplate() { - return "(ArrayData)"; return var_export($this->array, true); }