try to fix the "possible precedence issue"

This commit is contained in:
Matthew Connelly 2015-11-14 05:13:33 +00:00
parent 69f78015b7
commit 4d7adc1cef
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub GetPaste {
{ expiration => { '>=' => DateTimeToQueryable() }},
{ expiration => undef }
]
]}) or return undef;
]}) || undef;
}
sub SubmitPaste {
my $params = shift;