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(); } /**