Made lower to upper case:
[core.git] / inc / classes / main / output / class_WebOutput.php
index 92110f09bc3c35191351d5e1b24103f64960111a..98c7c39350c83d96f0ff54f9138f43a229bc2c7d 100644 (file)
@@ -71,7 +71,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @param       $stripTags      Whether HTML tags shall be stripped out
         * @return      void
         */
-       public final function output ($outStream = false, $stripTags = false) {
+       public final function output ($outStream = FALSE, $stripTags = FALSE) {
                print(stripslashes($outStream));
        }
 }