diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-26 22:35:50 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-26 22:35:50 +0100 |
commit | 3a627d1951543b7e6ae3f3b3c93a013b33c8986e (patch) | |
tree | 8890293006de60ee2d81676d999bf531785ec1b6 | |
parent | 9ef0170126feb0b13a33abc42e6da7dbfa0a2ef3 (diff) |
[ci skip] Remove 'session' from autoload comments for 'driver'
... cause it doesn't work that way.
-rw-r--r-- | application/config/autoload.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/autoload.php b/application/config/autoload.php index f11117af7..72f855c8b 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -52,7 +52,7 @@ $autoload['packages'] = array(); | | Prototype: | -| $autoload['libraries'] = array('database', 'email', 'xmlrpc'); +| $autoload['libraries'] = array('database', 'email', 'session'); | | You can also supply an alternative library name to be assigned | in the controller: @@ -73,7 +73,7 @@ $autoload['libraries'] = array(); | | Prototype: | -| $autoload['drivers'] = array('session', 'cache'); +| $autoload['drivers'] = array('cache'); */ $autoload['drivers'] = array(); |