summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-16 10:39:23 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-16 10:39:23 -0500
commit4494566fc7a536232cf564b940dfae6b46c20bcd (patch)
treeb253bd6b5561f6d0660583decd85d186d521c593 /app
parentc158a14b8020cf01f86cf1b2169f9d6ed2251e74 (diff)
Remove condition
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();
}
/**