Fix function name case
[lhc/web/wiklou.git] / includes / EditPage.php
index 406673d..7f01643 100644 (file)
@@ -4263,7 +4263,7 @@ HTML
        protected function safeUnicodeOutput( $text ) {
                return $this->checkUnicodeCompliantBrowser()
                        ? $text
-                       : $this->makesafe( $text );
+                       : $this->makeSafe( $text );
        }
 
        /**