workaround for versions of sqlite which we don't really support
This commit is contained in:
parent
56f9891828
commit
06cb261aa6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Trash extends Extension
|
|||
$matches = [];
|
||||
|
||||
if (is_null($event->term) && $this->no_trash_query($event->context)) {
|
||||
$event->add_querylet(new Querylet("trash = :false", ["false"=>false]));
|
||||
$event->add_querylet(new Querylet("trash != :true", ["true"=>true]));
|
||||
}
|
||||
|
||||
if (is_null($event->term)) {
|
||||
|
|
Reference in a new issue