summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-06-20 12:32:45 +0200
committerAndrey Andreev <narf@devilix.net>2016-06-20 12:32:45 +0200
commit343163624e2527df9ce0c22a6e4ccfebf5b9f48b (patch)
tree42c3b1d11ad5fdec12ebbd363021f1f7807d419c /user_guide_src/source/general
parented6f01077abb8946b54413d383fa1b7b46cd3d1f (diff)
[ci skip] Remove non-existent parameter from log_message() docs
Reported in #4671
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/errors.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst
index 9c190feb1..a1cc3517a 100644
--- a/user_guide_src/source/general/errors.rst
+++ b/user_guide_src/source/general/errors.rst
@@ -78,11 +78,10 @@ The following functions let you generate errors:
CodeIgniter automatically logs any ``show_404()`` calls. Setting the
optional second parameter to FALSE will skip logging.
-.. php:function:: log_message($level, $message, $php_error = FALSE)
+.. php:function:: log_message($level, $message)
:param string $level: Log level: 'error', 'debug' or 'info'
:param string $message: Message to log
- :param bool $php_error: Whether we're logging a native PHP error message
:rtype: void
This function lets you write messages to your log files. You must