]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilesection.php
Minor typing stuff and syntax fixes
[quix0rs-gnu-social.git] / lib / profilesection.php
index 676fcd35402d47a33f53902856239b262ee7a239..516599cb91dec5870d646ec4bb638b66d167453a 100644 (file)
@@ -52,7 +52,7 @@ class ProfileSection extends Section
     {
         $profiles = $this->getProfiles();
 
-        if (!$profiles) {
+        if (!$profiles->N) {
             return false;
         }