Merge "Fix Oracle 1.23 missing patches (rebase)"
[lhc/web/wiklou.git] / includes / installer / OracleUpdater.php
index edb0cb1..0ef41fa 100644 (file)
@@ -100,6 +100,8 @@ class OracleUpdater extends DatabaseUpdater {
                        array( 'addField', 'page', 'page_links_updated', 'patch-page_links_updated.sql' ),
                        array( 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ),
 
+                       //1.24
+
                        // KEEP THIS AT THE BOTTOM!!
                        array( 'doRebuildDuplicateFunction' ),
 
@@ -261,7 +263,7 @@ class OracleUpdater extends DatabaseUpdater {
        /**
         * Overload: after this action field info table has to be rebuilt
         *
-        * @param $what array
+        * @param array $what
         */
        public function doUpdates( $what = array( 'core', 'extensions', 'purge', 'stats' ) ) {
                parent::doUpdates( $what );