Merge "(bug 44160) Fix invalid link of `others` during installation"
[lhc/web/wiklou.git] / includes / installer / DatabaseUpdater.php
index ac3f7b6..9caf168 100644 (file)
@@ -575,7 +575,7 @@ abstract class DatabaseUpdater {
         *
         * @return Array
         */
-       protected abstract function getCoreUpdateList();
+       abstract protected function getCoreUpdateList();
 
        /**
         * Append an SQL fragment to the open file handle.