Skip to content

Commit

Permalink
fix(install): run issues synchronization after install
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 24, 2017
1 parent 99eb790 commit 2441d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public function install(Migration $migration) {
$this->createNotifications();
Config::setConfigurationValues('formcreator', ['schema_version' => PLUGIN_FORMCREATOR_SCHEMA_VERSION]);

$task = new CronTask();
PluginFormcreatorIssue::cronSyncIssues($task);

return true;
}

Expand Down

0 comments on commit 2441d02

Please sign in to comment.