From: hickert Date: Fri, 4 Jan 2008 13:19:34 +0000 (+0000) Subject: Reeabled error handler in main.php X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2ad6d2a8393ca35b0b23db1e4bbefc09c1ede8fe;p=gosa.git Reeabled error handler in main.php git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8219 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index c1c504d52..f2759620e 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -35,7 +35,6 @@ bindtextdomain($domain, "$BASE_DIR/locale"); textdomain($domain); /* Remember everything we did after the last click */ -restore_error_handler(); session::start(); session::set('limit_exceeded',FALSE);