From 4494566fc7a536232cf564b940dfae6b46c20bcd Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 16 Nov 2014 10:39:23 -0500 Subject: Remove condition --- app/Controller/Base.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app') 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(); } /** -- cgit v1.2.3