]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/error.php
Revert "Take Memcached_DataObject destructor back out to check whether it might be...
[quix0rs-gnu-social.git] / lib / error.php
index 5ed5dec1bda057efa4083b0b6d365cef5cdacc99..87a4d913b41b1287f7af821926c5a8dea82a8439 100644 (file)
@@ -50,7 +50,7 @@ class ErrorAction extends Action
     var $message = null;
     var $default = null;
 
-    function __construct($message, $code, $output='php://output', $indent=true)
+    function __construct($message, $code, $output='php://output', $indent=null)
     {
         parent::__construct($output, $indent);
 
@@ -104,11 +104,11 @@ class ErrorAction extends Action
     {
         parent::showPage();
 
-        // We do not want to have any more output after this
+        // We don't want to have any more output after this
         exit();
     }
 
-    // Overload a bunch of stuff so the page is not too bloated
+    // Overload a bunch of stuff so the page isn't too bloated
 
     function showBody()
     {