]> git.mxchange.org Git - friendica.git/blobdiff - include/socgraph.php
Frio Bugfix: clear float at the end of comment-edit
[friendica.git] / include / socgraph.php
index e1b5cdbf9acfaf1d02554566b9e95ea5f4c946a6..349869c40624dc5e81306d1af5318709603c6cb3 100644 (file)
@@ -1115,7 +1115,7 @@ function suggestion_query($uid, $start = 0, $limit = 80) {
                intval($limit)
        );
 
-       if(count($r) && count($r) >= ($limit -1)) {
+       if (count($r) && count($r) >= ($limit -1)) {
                Cache::set("suggestion_query:".$uid.":".$start.":".$limit, $r, CACHE_FIVE_MINUTES);
                return $r;
        }