Code

Removed backtrace to unify output
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Feb 2008 08:02:32 +0000 (08:02 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Feb 2008 08:02:32 +0000 (08:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9002 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index e0561c2bbfc0056c56635bd57d1a249c78b25750..c0281e7430481d769512e5e1e47e281773bab0c7 100644 (file)
@@ -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, "<b>update-gosa</b>");
-      print_a(debug_backtrace());
       exit;
     }
 }