pdontthink 22 anni fa
parent
commit
526dd01d2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/plugin.txt

+ 1 - 1
doc/plugin.txt

@@ -1116,7 +1116,7 @@ When you are developing your plugin, you should always have error reporting
 turned all the way up.  You can do this by changing two settings in your
 turned all the way up.  You can do this by changing two settings in your
 php.ini and restarting your web server:
 php.ini and restarting your web server:
 
 
-   display_errors = Off
+   display_errors = On
    error_reporting  =  E_ALL
    error_reporting  =  E_ALL
 
 
 This way, you'll be sure to see all Notices, Warnings and Errors that your
 This way, you'll be sure to see all Notices, Warnings and Errors that your