Skip to content

Commit

Permalink
Reinitialize node processor after namespace registration
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Apr 26, 2015
1 parent 9245d4f commit 31ea99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Transport/Fs/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ public function updateProperties(JackalopeNode $phpcrNode)
public function registerNamespace($prefix, $uri)
{
$this->storage->registerNamespace($this->workspaceName, $prefix, $uri);

$this->init();
}

/**
Expand Down

0 comments on commit 31ea99e

Please sign in to comment.