From 3015f24e7a79fa945e0d8bfebdfd6606a0574dde Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 6 Jul 2011 13:52:11 -0700 Subject: [PATCH] Added arr.php to front controller includes. --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index 673b7b0c..2c296c50 100644 --- a/public/index.php +++ b/public/index.php @@ -32,6 +32,7 @@ // Load the configuration class. // -------------------------------------------------------------- require SYS_PATH.'config'.EXT; +require SYS_PATH.'arr'.EXT; // -------------------------------------------------------------- // Register the auto-loader.