Fix showing unavailable wishes
This commit is contained in:
parent
e6da9e239c
commit
8f0f52d62c
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ $page->navigation();
|
|||
`status` = ""
|
||||
OR `status` IS NULL
|
||||
OR `status` < unix_timestamp(CURRENT_TIMESTAMP - INTERVAL ' . Wish::STATUS_TEMPORARY_MINUTES . ' MINUTE)
|
||||
)'
|
||||
)
|
||||
AND (`status` != "' . Wish::STATUS_UNAVAILABLE . '" OR `status` IS NULL)'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue