diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php index bf291502824fe5e2a695716d51d7b9bf32bd086d..1885ac45c05aac2b5f090b4f6ae1e3ac03d9df6c 100644 --- a/src/UNL/Catalog.php +++ b/src/UNL/Catalog.php @@ -380,6 +380,7 @@ class UNL_Catalog public function getCourseSearcher() { // Do not cache course search results + UNL_UndergraduateBulletin_Controller::setEdition(new UNL_UndergraduateBulletin_Edition(array('year'=>'2013'))); UNL_Services_CourseApproval::setCachingService(new UNL_Services_CourseApproval_CachingService_Null()); UNL_Services_CourseApproval::setXCRIService(new UNL_UndergraduateBulletin_CourseDataDriver()); $driver = new UNL_Catalog_CourseSearch_DBSearcher();