merging 6.2.9 changes
This commit is contained in:
parent
1bb82bd7b9
commit
48caad2d74
42 changed files with 224 additions and 119 deletions
|
|
@ -349,7 +349,7 @@ sub getWobjectByCriteria {
|
|||
}
|
||||
my $wid;
|
||||
# Grab a wid from the results
|
||||
if ($order == 'random') {
|
||||
if ($order eq 'random') {
|
||||
$wid = $wids[ rand @wids ];
|
||||
} else {
|
||||
#default order is mostRecent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue