diff options
author | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-23 15:48:16 +0100 |
---|---|---|
committer | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-24 13:56:55 +0100 |
commit | b8401d44036d0fbf336ba29ec2f17c82df5ea580 (patch) | |
tree | e3742f66a42784eeb7e78eb9e669182b4f7a8168 | |
parent | 8b9dd229bc58e271cba9665d26882d8c8449ac36 (diff) |
fix bad url
-rw-r--r-- | user_guide_src/source/general/styleguide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst index 5613eabec..000d04e1c 100644 --- a/user_guide_src/source/general/styleguide.rst +++ b/user_guide_src/source/general/styleguide.rst @@ -565,7 +565,7 @@ the ability to change this in the php.ini, you can often enable it with:: ini_set('display_errors', 1); .. note:: Setting the `display_errors - <http://php.net/manual/en/ref.errorfunc.php#ini.display-errors>`_ + <http://php.net/manual/en/function.ini-set.php>`_ setting with ``ini_set()`` at runtime is not identical to having it enabled in the PHP environment. Namely, it will not have any effect if the script has fatal errors. |