From e8b4656dbd7454d76f7d22c82114b2f5ede14760 Mon Sep 17 00:00:00 2001 From: imsamurai Date: Mon, 3 Mar 2014 14:03:35 +0200 Subject: [PATCH] fix loading exceptions --- Config/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/bootstrap.php b/Config/bootstrap.php index 7587e2e..d73461e 100644 --- a/Config/bootstrap.php +++ b/Config/bootstrap.php @@ -15,4 +15,4 @@ )); CakePlugin::load('ArraySort'); CakePlugin::load('HttpSocketOauth'); -require $thisPluginDir . 'Lib' . DS . 'Error' . DS . 'exceptions.php'; +require_once $thisPluginDir . 'Lib' . DS . 'Error' . DS . 'exceptions.php';