Skip to content

Commit

Permalink
Revert "Relative path ".:" does not work close dokufreaks#95"
Browse files Browse the repository at this point in the history
This reverts commit 899bbb3.
  • Loading branch information
Your Name committed Jan 6, 2019
1 parent 899bbb3 commit c16610e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions syntax/blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ function render($mode, Doku_Renderer $renderer, $data) {
$first = $_REQUEST['first'];
if (!is_numeric($first)) $first = 0;

// complement the blog's parent namespaces in case it is nested
if(getNS(getID())){
$ns = getNS(getID()) .":". $ns;
}

// get the blog entries for our namespace
/** @var helper_plugin_blog $my */
if ($my =& plugin_load('helper', 'blog')) $entries = $my->getBlog($ns);
Expand Down

0 comments on commit c16610e

Please sign in to comment.