summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-20 11:10:08 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-20 11:10:08 +0100
commit22df06b544cb74b4a71c0e1b0d9fa0bc13c95469 (patch)
tree7f6215aef60bdc452aac55022d7b8b02959e90c4 /system/core/Output.php
parent05268d6d08afb3b66e7edd5877c597ef7ea2113a (diff)
[ci skip] Fix a documentation error on output cache times
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index ad87f8545..ec9c21b91 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -377,7 +377,7 @@ class CI_Output {
/**
* Set Cache
*
- * @param int $time Cache expiration time in seconds
+ * @param int $time Cache expiration time in minutes
* @return CI_Output
*/
public function cache($time)