Skip to content

Commit

Permalink
Log in before querying NAMESPACE capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 29, 2014
1 parent e0efd58 commit 9443d9c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -292,6 +292,7 @@ public function getNamespace()
return parent::getNamespace();
}
try {
$this->getBackend()->login();
if ($this->getBackend()->queryCapability('NAMESPACE') === true) {
$c = array();
$configuration = $this->getParam('namespaces', array());
Expand Down

0 comments on commit 9443d9c

Please sign in to comment.