Fix copy-paste from r72782
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 11 Sep 2010 08:55:09 +0000 (08:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 11 Sep 2010 08:55:09 +0000 (08:55 +0000)
includes/installer/DatabaseUpdater.php

index bb240d1..0110235 100644 (file)
@@ -331,8 +331,8 @@ abstract class DatabaseUpdater {
        /**
         * Modify an existing field
         *
-        * @param $table String: name of the table to modify
-        * @param $field String: name of the old field
+        * @param $table String: name of the table to which the field belongs
+        * @param $field String: name of the field to modify
         * @param $patch String: path to the patch file
         * @param $fullpath Boolean: whether to treat $patch path as a relative or not
         */