diff --git a/Plugin.php b/Plugin.php index 76b9a50..45aec67 100644 --- a/Plugin.php +++ b/Plugin.php @@ -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'); }