From f77b26e988048bfd31d1e59695fe7ca015696a24 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 26 Nov 2009 14:38:01 -0800 Subject: Add kohana23_compat module to bring along functionality that got deleted, but we still want. Start off with the Pagination library. --- application/config/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application') diff --git a/application/config/config.php b/application/config/config.php index ad485266..aecc400c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -142,6 +142,7 @@ $config['config_drivers'] = array(); */ $config["modules"] = array( MODPATH . "forge", + MODPATH . "kohana23_compat", MODPATH . "gallery", // gallery must be *last* in the order ); -- cgit v1.2.3