diff --git a/system/loader.php b/system/loader.php index e7c963a8..a9491592 100644 --- a/system/loader.php +++ b/system/loader.php @@ -33,9 +33,9 @@ require $path; } // ---------------------------------------------------------- - // Is the class in the application/packages directory? + // Is the class in the application/libraries directory? // ---------------------------------------------------------- - elseif (file_exists($path = APP_PATH.'packages/'.$file.EXT)) + elseif (file_exists($path = APP_PATH.'libraries/'.$file.EXT)) { require $path; }