Minor bugfix
This commit is contained in:
parent
988c37a18f
commit
93a9a5ec43
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ sub getWobjectByCriteria {
|
|||
}
|
||||
my $wid;
|
||||
# Grab a wid from the results
|
||||
if ($order = 'random') {
|
||||
if ($order == 'random') {
|
||||
$wid = $wids[ rand @wids ];
|
||||
} else {
|
||||
#default order is mostRecent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue