DeMorgan applied the wrong transformation

This commit is contained in:
Joas Schilling 2015-03-31 17:07:44 +02:00
parent 9233d32834
commit 116b257b4d
1 changed files with 1 additions and 2 deletions

View File

@ -333,9 +333,8 @@ class Activity implements IExtension {
$parameters = $fileQueryList = [];
$parameters[] = 'files';
$fileQueryList[] = '`type` <> ?';
$fileQueryList[] = '(`type` <> ? AND `type` <> ?)';
$parameters[] = self::TYPE_SHARE_CREATED;
$fileQueryList[] = '`type` <> ?';
$parameters[] = self::TYPE_SHARE_CHANGED;
foreach ($favorites['items'] as $favorite) {