X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommunity.php;h=2c2ea32b33cc5ee7e4413c14bc9dddc9beb08946;hb=8ce20f975c7fc1c27d1981234aefc93b0e7b662a;hp=40d4016f338b2b6738c1abc6e3f7666d888e8b0f;hpb=e8e1f9253da63a11c813708f5baaeba2d9f537f3;p=friendica.git diff --git a/mod/community.php b/mod/community.php index 40d4016f33..2c2ea32b33 100644 --- a/mod/community.php +++ b/mod/community.php @@ -1,7 +1,7 @@ pager['start'], $a->pager['itemspage']); - if(! dbm::is_result($r)) { + if (! dbm::is_result($r)) { info( t('No results.') . EOL); return $o; }