From: Roland Haeder Date: Tue, 20 May 2014 18:42:18 +0000 (+0200) Subject: Use print_r() instead of direct value. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=3082d3f331e7181f607ca02dae7cd0e54ddeef5a;ds=sidebyside Use print_r() instead of direct value. Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 1710381f..21792097 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -512,7 +512,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { $this->debugBackTrace(sprintf('Tried to set a missing field. name=%s, value[%s]=%s', $name, gettype($value), - $value + print_r($value, TRUE) )); }