Skip to content

Commit

Permalink
Revert "The links do not be shown when blogs are in nested namespace …
Browse files Browse the repository at this point in the history
…-- fix and close dokufreaks#6"

This reverts commit 8d5d1c7.
  • Loading branch information
Your Name committed Jan 13, 2019
1 parent 8d5d1c7 commit 2e6f87c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 2e6f87c

Please sign in to comment.