diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-16 10:39:23 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-16 10:39:23 -0500 |
commit | 4494566fc7a536232cf564b940dfae6b46c20bcd (patch) | |
tree | b253bd6b5561f6d0660583decd85d186d521c593 /app/Controller | |
parent | c158a14b8020cf01f86cf1b2169f9d6ed2251e74 (diff) |
Remove condition
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Base.php | 4 |
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(); } /** |