From 758ac0bdc5e82f32775355ce566be7435ac48b7b Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 18 Mar 2014 11:22:21 +0100 Subject: [PATCH] Autoloaded library files do not need explicit require_once --- lib/framework.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/framework.php b/lib/framework.php index 27d12351fa..00fa6ab6d9 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -143,10 +143,6 @@ require_once INSTALLDIR.'/lib/util.php'; require_once INSTALLDIR.'/lib/action.php'; require_once INSTALLDIR.'/lib/mail.php'; -require_once INSTALLDIR.'/lib/clientexception.php'; -require_once INSTALLDIR.'/lib/serverexception.php'; - - //set PEAR error handling to use regular PHP exceptions function PEAR_ErrorToPEAR_Exception($err) { -- 2.39.5