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 Cormack <chrisc@catalyst.net.nz>
Sun, 12 Dec 2010 20:13:16 +0000 (09:13 +1300)
commit0448a6d014a489a5fc931ecc1ef51aee71e2099e
tree873b9402c36999c2009cc104c173579233604281
parent289eb6caa5897fecfcc841b13a5425da303c7dd4
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>
labels/label-edit-batch.pl