summaryrefslogtreecommitdiffstats
path: root/system/libraries/Controller.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-29 03:14:52 +0200
committeradmin <devnull@localhost>2006-09-29 03:14:52 +0200
commit4a2ed69c3af500ca51bddcc9b6c54bebb2bfeae8 (patch)
treeec71c7c2ab01800356df68c0d90b1215b7b7e9f1 /system/libraries/Controller.php
parentee54c112bfb488f833fa032758b817e1bb2c1d7d (diff)
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r--system/libraries/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index ff914d131..be66b19b7 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -191,7 +191,6 @@ class Controller extends CI_Base {
$remap = array(
'DB_export' => 'dbexport',
'DB_utility' => 'dbutility',
- 'Encryption' => 'encrypt',
'Unit_test' => 'unit'
);