From fb9ab448b74e9f50f0771774c8adaa1dd5ae9735 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 26 Sep 2011 15:43:58 -0400 Subject: [PATCH] CC-2833: Use ClassLoaders for PHP Files --- airtime_mvc/application/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/Bootstrap.php b/airtime_mvc/application/Bootstrap.php index f42f172fc..11c73d154 100644 --- a/airtime_mvc/application/Bootstrap.php +++ b/airtime_mvc/application/Bootstrap.php @@ -19,7 +19,7 @@ require_once 'DB.php'; require_once 'Preference.php'; //require_once 'Shows.php'; //require_once 'User.php'; -require_once 'RabbitMq.php'; +//require_once 'RabbitMq.php'; //require_once 'DateHelper.php'; require_once __DIR__.'/controllers/plugins/RabbitMqPlugin.php';