Skip to content

Commit

Permalink
fix(SetWikiDefaultThemeAction): use wiki->tag
Browse files Browse the repository at this point in the history
  • Loading branch information
J9rem committed Nov 30, 2023
1 parent 1a99b5b commit 8fd033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/actions/SetWikiDefaultThemeAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function run()
$config->hide_action_template = '1';
}
$config->write();
$this->wiki->Redirect($this->wiki->href("", $this->tag));
$this->wiki->Redirect($this->wiki->href("", $this->wiki->tag));
}
}

Expand Down

0 comments on commit 8fd033a

Please sign in to comment.