From 8d3fe159c5af0a309ef8734e8ec85976fa9fbde0 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 7 Jan 2011 12:59:25 +0000 Subject: [PATCH] Fix indentation in r79746 --- includes/installer/MysqlUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index cceef11410..5cfd628d91 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -172,7 +172,7 @@ class MysqlUpdater extends DatabaseUpdater { array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ), array( 'addTable', 'module_deps', 'patch-module_deps.sql' ), array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ), - array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), + array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), ); } -- 2.20.1