diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-26 14:38:01 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-26 14:38:01 -0800 |
commit | f77b26e988048bfd31d1e59695fe7ca015696a24 (patch) | |
tree | 0d07fd71d861c1e4f392e27cd174f4f9339c0ee3 /application/config/config.php | |
parent | d036e2fc49a41771fb16decb0ce699245d40cff0 (diff) |
Add kohana23_compat module to bring along functionality that got
deleted, but we still want. Start off with the Pagination library.
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |