]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Typo :(
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 30 Jan 2011 12:56:07 +0000 (13:56 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 30 Jan 2011 12:56:07 +0000 (13:56 +0100)
https://bugzilla.mozilla.org/show_bug.cgi?id=616185

Bugzilla/Install/DB.pm

index 7d97635e84395c3f8981ad45083f85887aaeb4fa..04afbdb60928da8bd6f8c4846baf857f0462f724 100644 (file)
@@ -3493,7 +3493,7 @@ sub _migrate_user_tags {
 
         $query =~ s/^bug_id=//;
         # Commas in Bugzilla 3.x are encoded as %2C, but not in 2.22.
-        $query =~ s/%2C/,/g
+        $query =~ s/%2C/,/g;
         my @bug_ids = split(/[\s,]+/, $query);
         $sth_bug_tag->execute($_, $tag_id) foreach @bug_ids;