summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Controller/Base.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php
index b0252ecb..5784605c 100644
--- a/app/Controller/Base.php
+++ b/app/Controller/Base.php
@@ -161,9 +161,7 @@ abstract class Base
}
// Attach events
- if ($controller === 'board') {
- $this->attachEvents();
- }
+ $this->attachEvents();
}
/**