]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
bug in Profile::fromURI() wasn't returning profile
authorEvan Prodromou <evan@status.net>
Wed, 1 Sep 2010 20:55:16 +0000 (16:55 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 1 Sep 2010 20:55:16 +0000 (16:55 -0400)
classes/Profile.php

index 87cfab0e011117174558a85a62fbfc195c224537..8f867955044b0d2ff454157f827cba0af9d353a2 100644 (file)
@@ -979,5 +979,6 @@ class Profile extends Memcached_DataObject
             Event::handle('EndGetProfileFromURI', array($uri, $profile));
         }
 
+        return $profile;
     }
 }