bug in Profile::fromURI() wasn't returning profile

This commit is contained in:
Evan Prodromou 2010-09-01 16:55:16 -04:00
parent 2d4e0693c8
commit 974ac48771
1 changed files with 1 additions and 0 deletions

View File

@ -979,5 +979,6 @@ class Profile extends Memcached_DataObject
Event::handle('EndGetProfileFromURI', array($uri, $profile));
}
return $profile;
}
}