Commit:    3f343755266d5fd669b115f86ea279d4c49567f8
Author:    Peter Kokot <peterko...@gmail.com>         Wed, 5 Dec 2018 17:50:05 
+0100
Parents:   d337e731ff8552e8bd3c3798bbb9a1104343c874
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=3f343755266d5fd669b115f86ea279d4c49567f8

Log:
Fix typo

Changed paths:
  M  include/prepend.php


Diff:
diff --git a/include/prepend.php b/include/prepend.php
index 3efa720..60fdd8c 100644
--- a/include/prepend.php
+++ b/include/prepend.php
@@ -41,7 +41,7 @@ if (file_exists($local_cfg)) {
 // CONFIG END
 
 // Configure errors based on the environment.
-if (defined(DEVBOX) && true === DEVBOX) {
+if (defined('DEVBOX') && true === DEVBOX) {
     ini_set('display_errors', 1);
 } else {
     ini_set('display_errors', 0);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to