summaryrefslogtreecommitdiff
path: root/controllers/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/base.php')
-rw-r--r--controllers/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/controllers/base.php b/controllers/base.php
index b4f438c3..37353ff0 100644
--- a/controllers/base.php
+++ b/controllers/base.php
@@ -212,8 +212,9 @@ abstract class Base
$this->response->redirect('?controller=user&action=forbidden');
}
- // Attach events for automatic actions
+ // Attach events
$this->action->attachEvents();
+ $this->project->attachEvents();
}
/**