From 04644b2398c36191f897cec62094eef38e532ce8 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Feb 2008 08:02:32 +0000 Subject: [PATCH] Removed backtrace to unify output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9002 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.30.2