Fix double dot in filename
[lhc/web/wiklou.git] / includes / installer / SqliteUpdater.php
index 4722443..15b3a5a 100644 (file)
@@ -192,7 +192,7 @@ class SqliteUpdater extends DatabaseUpdater {
                        // File kept on disk and the updater entry here for historical purposes.
                        // [ 'addTable', 'image_comment_temp', 'patch-image_comment_temp-table.sql' ],
                        [ 'addField', 'archive', 'ar_comment_id', 'patch-archive-ar_comment_id.sql' ],
                        // File kept on disk and the updater entry here for historical purposes.
                        // [ 'addTable', 'image_comment_temp', 'patch-image_comment_temp-table.sql' ],
                        [ 'addField', 'archive', 'ar_comment_id', 'patch-archive-ar_comment_id.sql' ],
-                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default..sql' ],
+                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default.sql' ],
                        [ 'addField', 'ipblocks', 'ipb_reason_id', 'patch-ipblocks-ipb_reason_id.sql' ],
                        [ 'addField', 'logging', 'log_comment_id', 'patch-logging-log_comment_id.sql' ],
                        [ 'addField', 'oldimage', 'oi_description_id', 'patch-oldimage-oi_description_id.sql' ],
                        [ 'addField', 'ipblocks', 'ipb_reason_id', 'patch-ipblocks-ipb_reason_id.sql' ],
                        [ 'addField', 'logging', 'log_comment_id', 'patch-logging-log_comment_id.sql' ],
                        [ 'addField', 'oldimage', 'oi_description_id', 'patch-oldimage-oi_description_id.sql' ],