From: Evan Prodromou Date: Wed, 1 Sep 2010 20:55:16 +0000 (-0400) Subject: bug in Profile::fromURI() wasn't returning profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=974ac48771915406527b4f2e5670c7e7cb5aa314;p=quix0rs-gnu-social.git bug in Profile::fromURI() wasn't returning profile --- diff --git a/classes/Profile.php b/classes/Profile.php index 87cfab0e01..8f86795504 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -979,5 +979,6 @@ class Profile extends Memcached_DataObject Event::handle('EndGetProfileFromURI', array($uri, $profile)); } + return $profile; } }