From 94c7077a13a1f0718728c44f480b990d6a160d63 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 11 Sep 2010 08:55:09 +0000 Subject: [PATCH] Fix copy-paste from r72782 --- includes/installer/DatabaseUpdater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index bb240d1bdb..0110235355 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -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 */ -- 2.20.1