]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Remote_profile.php
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
[quix0rs-gnu-social.git] / classes / Remote_profile.php
index 66b0f3a5c01873203045d0293fdbb90c958bcc15..5aa6d913e5949465ff3b1db84684b403f8324d33 100644 (file)
@@ -38,7 +38,8 @@ class Remote_profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE