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