From: Michael Vogel Date: Sun, 26 Apr 2020 06:04:17 +0000 (+0200) Subject: Update src/Model/Profile.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3107680e51b0b1fdbcd5fb810574f797e13241a1;p=friendica.git Update src/Model/Profile.php Co-Authored-By: Hypolite Petovan --- diff --git a/src/Model/Profile.php b/src/Model/Profile.php index 261c7cc22e..9311df83b6 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -906,7 +906,7 @@ class Profile $searchTerm, $searchTerm, $searchTerm, $searchTerm, $searchTerm, $searchTerm, $searchTerm, $searchTerm); } else { $cnt = DBA::fetchFirst("SELECT COUNT(*) AS `total` - FROM `owner-view` WHERE $publish AND NOT `blocked` AND NOT `account_removed`"); + FROM `owner-view` WHERE NOT `blocked` AND NOT `account_removed` $publish"); } if (DBA::isResult($cnt)) {