Index: trunk/core/units/general/helpers/permissions_helper.php =================================================================== diff -u -N -r6428 -r6583 --- trunk/core/units/general/helpers/permissions_helper.php (.../permissions_helper.php) (revision 6428) +++ trunk/core/units/general/helpers/permissions_helper.php (.../permissions_helper.php) (revision 6583) @@ -216,6 +216,7 @@ function showDebug($text, $params) { + return ; $is_ajax = $this->Application->GetVar('ajax') == 'yes' || isset($params['ajax']) || isset($params['tab_init']); if (!$this->Application->isDebugMode() || $is_ajax) return true; echo $text.'
';