summaryrefslogtreecommitdiffstats
path: root/system/core/Log.php
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2013-09-14 20:38:05 +0200
committervkeranov <vkeranov@gmail.com>2013-09-14 20:38:05 +0200
commite890ecf4403fe6be6dea9809ba51a3a8f66b0b2e (patch)
tree0581145d300432e0e45a3daa59ba9e72706cb901 /system/core/Log.php
parent9c98991705432d9c179715bc7f3b4fb0c6d51b4b (diff)
No need of this anymore
Diffstat (limited to 'system/core/Log.php')
-rw-r--r--system/core/Log.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/Log.php b/system/core/Log.php
index 20bc55986..0390aba0b 100644
--- a/system/core/Log.php
+++ b/system/core/Log.php
@@ -140,7 +140,6 @@ class CI_Log {
*
* @param string the error level: 'error', 'debug' or 'info'
* @param string the error message
- * @param bool whether the error is a native PHP error
* @return bool
*/
public function write_log($level, $msg)
@@ -194,4 +193,4 @@ class CI_Log {
}
/* End of file Log.php */
-/* Location: ./system/core/Log.php */ \ No newline at end of file
+/* Location: ./system/core/Log.php */