]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile.php
Pre-fill profiles in notice streams
[quix0rs-gnu-social.git] / classes / Profile.php
index 23534dfdfd2f14ff8282452d9fcff38035fcf4e8..f635ee470df8a2f596055a5b5729d5808264afd6 100644 (file)
@@ -49,6 +49,11 @@ class Profile extends Memcached_DataObject
         return Memcached_DataObject::staticGet('Profile',$k,$v);
     }
 
+       function multiGet($keyCol, $keyVals, $skipNulls=true)
+       {
+           return parent::multiGet('Profile', $keyCol, $keyVals, $skipNulls);
+       }
+       
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE