Skip to content

Commit

Permalink
Wrong folder in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Oct 19, 2022
1 parent 408723f commit 8a8f016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function initialize()

$this->actionManager->register(new EmailTaskHistory($this->container));

if (!file_exists('plugins/Subtaskdate')) {
if (!file_exists('plugins/AutoSubtasks')) {
$this->template->setTemplateOverride('action_creation/params', 'kanboardEmailHistory:action_creation/params');
}

Expand Down

0 comments on commit 8a8f016

Please sign in to comment.