Skip to content

Commit

Permalink
fix wrong var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahara committed Aug 28, 2023
1 parent 0d08a2d commit 9655031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
Expand Up @@ -30,7 +30,7 @@ public function html_youarehere($start_depth = 0, $id = null)
{
global $conf, $ID;

if (is_null($id)) $page = $ID;
if (is_null($id)) $id = $ID;

// prepend virtual root namespace to id that is not start page
// tiers[0] becomes array(0 => '') for virtual root
Expand Down

0 comments on commit 9655031

Please sign in to comment.