Skip to content

Commit

Permalink
Merge pull request #1113 from J9rem/fix/set-wiki-default-theme-action
Browse files Browse the repository at this point in the history
fix(SetWikiDefaultThemeAction): use wiki->tag
  • Loading branch information
mrflos authored Dec 11, 2023
2 parents 2b1fea7 + 8fd033a commit a0744de
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 a0744de

Please sign in to comment.