summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/errors.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-03-29 14:31:09 +0100
committerAndrey Andreev <narf@bofh.bg>2013-03-29 14:31:09 +0100
commitcf58d7ec6ad81f6e67192ed04e816805942aa4f9 (patch)
tree6bc3c94e31ee3ee80ad4f7075d16da8f84edc268 /user_guide_src/source/general/errors.rst
parent3b0c08ac289cf14c86feadf1c836b8b87f61cdbf (diff)
parent52301c76a9aa202927cade48e7528606d352db54 (diff)
Merge pull request #2365 from vlakoff/develop
Documentation: fix some outdated paths
Diffstat (limited to 'user_guide_src/source/general/errors.rst')
-rw-r--r--user_guide_src/source/general/errors.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst
index 441cedb80..a247c1b9f 100644
--- a/user_guide_src/source/general/errors.rst
+++ b/user_guide_src/source/general/errors.rst
@@ -42,7 +42,7 @@ show_error()
This function will display the error message supplied to it using the
following error template::
- application/errors/error_general.php
+ application/views/errors/error_general.php
The optional parameter ``$status_code`` determines what HTTP status
code should be sent with the error. If ``$status_code`` is less than 100,
@@ -64,7 +64,7 @@ show_404()
This function will display the 404 error message supplied to it using
the following error template::
- application/errors/error_404.php
+ application/views/errors/error_404.php
The function expects the string passed to it to be the file path to the
page that isn't found. The exit status code will be set to ``EXIT_UNKNOWN_FILE``.