diff --git a/action.php b/action.php index 81d90ba..d7c1761 100644 --- a/action.php +++ b/action.php @@ -66,9 +66,6 @@ function handle_act_render(Doku_Event $event, $params) { return; $namespace = $this->_getActiveNamespace(); - if(! $namespace){ - $namespace = getNS(getID()); - } if ($namespace) $this->_printLinks($this->_getRelatedEntries($namespace));