]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile.php
Update/add translator documentation.
[quix0rs-gnu-social.git] / classes / Profile.php
index fb51658aab7170bea3a8762d1605209dc6f241b1..ac008877c4bcae1d18ac3656e00913a0e054b3bf 100644 (file)
@@ -239,7 +239,7 @@ class Profile extends Memcached_DataObject
     function getGroups($offset=0, $limit=PROFILES_PER_PAGE)
     {
         $ids = array();
-        
+
         $keypart = sprintf('profile:groups:%d', $this->id);
 
         $idstring = self::cacheGet($keypart);