Bug 5391 - can't add multiples to batch
authorChris Nighswonger <cnighswonger@foundations.edu>
Fri, 12 Nov 2010 19:56:25 +0000 (14:56 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 14 Dec 2010 03:34:02 +0000 (22:34 -0500)
commitf8230678e0be26dd411e4b63f291dd723786cf3e
tree827c348c3c15334f83993c967bcee6017fa8984b
parentecd2cefea6b53ae3941b6b408395691b3ff113e0
Bug 5391 - can't add multiples to batch

This was due to the use of an OR which seems to have caused the
param method to be called in a scalar context thus returning only
the first of multiple repeated cgi params.

This patch retains the intent of the OR by replacing it with a
conditional.

Signed-off-by: Koustubha Kale <kmkale@anantcorp.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
labels/label-edit-batch.pl