Skip to content

Commit

Permalink
unregisterNamespaceByURI. Refs midgardprojectgh-151
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Jan 24, 2013
1 parent 1182586 commit c2474ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Midgard/PHPCR/NamespaceRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ public function checkRegisteredPrefix($string)

public function unregisterNamespaceByURI($uri)
{

$prefix = $this->getPrefix($uri);
$this->unregisterNamespace($prefix);
}
}

Expand Down

0 comments on commit c2474ac

Please sign in to comment.