diff options
Diffstat (limited to 'controllers/base.php')
| -rw-r--r-- | controllers/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/base.php b/controllers/base.php index dd7c0642..81fb8884 100644 --- a/controllers/base.php +++ b/controllers/base.php @@ -14,6 +14,7 @@ abstract class Base $this->task = $registry->task; $this->user = $registry->user; $this->comment = $registry->comment; + $this->event = $registry->shared('event'); } public function beforeAction($controller, $action) |
