From 29bff75289ffa55a80fc232385b021282d0f8f2e Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 09:39:17 +0000 Subject: [PATCH] Removed debugging stuff from config registry git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18192 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_configRegistry.inc | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.30.2