fix bug #2953732 and make corresponding test work.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@688 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
f9e0714350
commit
5a93096431
@ -178,7 +178,8 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
|
||||
*/
|
||||
public function getBookmarkByAddress($address)
|
||||
{
|
||||
$hash = md5($address);
|
||||
$address = $this->normalize($address);
|
||||
$hash = md5($address);
|
||||
return $this->getBookmarkByHash($hash);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user