Remove condition

This commit is contained in:
Frédéric Guillot 2014-11-16 10:39:23 -05:00
parent c158a14b80
commit 4494566fc7
1 changed files with 1 additions and 3 deletions

View File

@ -161,9 +161,7 @@ abstract class Base
}
// Attach events
if ($controller === 'board') {
$this->attachEvents();
}
$this->attachEvents();
}
/**