From: cajus Date: Thu, 21 Feb 2008 08:02:32 +0000 (+0000) Subject: Removed backtrace to unify output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=04644b2398c36191f897cec62094eef38e532ce8;p=gosa.git Removed backtrace to unify output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9002 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index e0561c2bb..c0281e743 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -103,7 +103,6 @@ function __autoload($class_name) { require_once($BASE_DIR."/".$class_mapping[$class_name]); } else { echo sprintf(_("Fatal error: cannot instantiate class '%s' - try running '%s' to fix this"), $class_name, "update-gosa"); - print_a(debug_backtrace()); exit; } }