From c16610ea58ec6bea7d5e4e1044abaa7f29895d99 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 6 Jan 2019 21:18:31 +0900 Subject: [PATCH] Revert "Relative path ".:" does not work close #95" This reverts commit 899bbb3abc8ece03639c4d67aad9cc3efc970128. --- syntax/blog.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/syntax/blog.php b/syntax/blog.php index f695b5e..4311330 100644 --- a/syntax/blog.php +++ b/syntax/blog.php @@ -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);