Added arr.php to front controller includes.

This commit is contained in:
Taylor Otwell 2011-07-06 13:52:11 -07:00
parent 65ffe0b610
commit 3015f24e7a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
// Load the configuration class. // Load the configuration class.
// -------------------------------------------------------------- // --------------------------------------------------------------
require SYS_PATH.'config'.EXT; require SYS_PATH.'config'.EXT;
require SYS_PATH.'arr'.EXT;
// -------------------------------------------------------------- // --------------------------------------------------------------
// Register the auto-loader. // Register the auto-loader.