Fix typo, cond instead of ccond, avoids undefined var error

This commit is contained in:
Hanno Böck 2022-08-10 21:38:28 +02:00
parent 9eb6dd26a6
commit f60041e494
No known key found for this signature in database
GPG key ID: 76485F0013302FCA

View file

@ -1572,7 +1572,7 @@ addLoadEvent(enableAutocomplete);
} else if (is_array($tag)) {
$join = "LEFT JOIN {$serendipity['dbPrefix']}entrytags AS neg ".
"ON main.entryid = neg.entryid ";
$ccond = '';
$cond = '';
$ncond = '';
$first = true;