From: hickert Date: Mon, 10 May 2010 09:39:17 +0000 (+0000) Subject: Removed debugging stuff from config registry X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=29bff75289ffa55a80fc232385b021282d0f8f2e;p=gosa.git Removed debugging stuff from config registry git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18192 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc index 10ece2d9f..e9b5987ab 100644 --- a/gosa-core/include/class_configRegistry.inc +++ b/gosa-core/include/class_configRegistry.inc @@ -12,7 +12,6 @@ class configRegistry{ function __construct($config) { - restore_error_handler(); $this->config = &$config; $this->reload(); }