From 4494566fc7a536232cf564b940dfae6b46c20bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 16 Nov 2014 10:39:23 -0500 Subject: [PATCH] Remove condition --- app/Controller/Base.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Controller/Base.php b/app/Controller/Base.php index b0252ecbb..5784605cf 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(); } /**