summaryrefslogtreecommitdiffstats
path: root/application/config/autoload.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-15 13:39:59 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-15 13:39:59 +0100
commita7bd30c75e844f133b6aa8aae7c64e6cf9ce143a (patch)
treeb937520688b9a8cf0b26834815ddc73bd88edf43 /application/config/autoload.php
parenta64d2262e37ea9308865f5d81c1b1ccdfaa52721 (diff)
[ci skip] Polish changes from PR #4453
Diffstat (limited to 'application/config/autoload.php')
-rw-r--r--application/config/autoload.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/config/autoload.php b/application/config/autoload.php
index aeacbdb66..7cdc9013c 100644
--- a/application/config/autoload.php
+++ b/application/config/autoload.php
@@ -73,10 +73,11 @@ $autoload['libraries'] = array();
|
| $autoload['drivers'] = array('cache');
|
-| You can also supply an alternative library name to be assigned in
+| You can also supply an alternative property name to be assigned in
| the controller:
|
-| $autoload['drivers'] = array('cache' => 'cch');
+| $autoload['drivers'] = array('cache' => 'cch');
+|
*/
$autoload['drivers'] = array();