commit | 0609d588a4340fc9a9cfbc0ff76c39bba9ab09fb | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <michiel@it-can.nl> | Sun Jan 08 13:26:17 2012 +0100 |
committer | Michiel Vugteveen <michiel@it-can.nl> | Sun Jan 08 13:26:17 2012 +0100 |
tree | 12b8c710384aaed67dfb048c5dc1d5e74d1e2fec | |
parent | 352d60e9f3a65def29e02a4507ef742eac255333 [diff] [blame] |
Fixes for issue 896
diff --git a/system/core/Output.php b/system/core/Output.php index 1beee73..da5c290 100755 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -129,7 +129,6 @@ * * Sets the output string * - * @access public * @param string * @return void */ @@ -282,7 +281,7 @@ * @param integer * @return void */ - publi function cache($time) + public function cache($time) { $this->cache_expiration = ( ! is_numeric($time)) ? 0 : $time; return $this;