Fix regression for subtask restriction

This commit is contained in:
Frederic Guillot
2015-12-12 16:52:12 -05:00
parent b834f5475c
commit dc40675f37
3 changed files with 2 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ class BootstrapSubscriber extends \Kanboard\Core\Base implements EventSubscriber
{
$this->config->setupTranslations();
$this->config->setupTimezone();
$this->sessionStorage->hasSubtaskInProgress = $this->subtask->hasSubtaskInProgress($this->userSession->getId());
}
public function __destruct()