Merge "Remove --max-slave-lag options and remnants from maintenance scripts"
[lhc/web/wiklou.git] / includes / exception / FatalError.php
index 8953219..a7d672f 100644 (file)
@@ -30,14 +30,14 @@ class FatalError extends MWException {
        /**
         * @return string
         */
-       function getHTML() {
+       public function getHTML() {
                return $this->getMessage();
        }
 
        /**
         * @return string
         */
-       function getText() {
+       public function getText() {
                return $this->getMessage();
        }
 }