diff --git a/tpl_functions.php b/tpl_functions.php index 75eaece..3215332 100644 --- a/tpl_functions.php +++ b/tpl_functions.php @@ -37,7 +37,7 @@ /** * Prints the sidebars - * + * * @author Michael Klier */ function arctic_tpl_sidebar($pos) { @@ -77,7 +77,7 @@ function arctic_tpl_sidebar_dispatch($sb,$pos) { global $TOC; $svID = $ID; // save current ID - $svREV = $REV; // save current REV + $svREV = $REV; // save current REV $svTOC = $TOC; // save current TOC $pname = tpl_getConf('pagename'); @@ -135,7 +135,7 @@ function arctic_tpl_sidebar_dispatch($sb,$pos) { } // check for namespace sidebars in user namespace too if(preg_match('/'.$user_ns.':'.$user.':.*/', $svID)) { - $ns_sb = _getNsSb($svID); + $ns_sb = _getNsSb($svID); if($ns_sb && $ns_sb != $user_sb && auth_quickaclcheck($ns_sb) >= AUTH_READ) { print '