Remove condition
This commit is contained in:
parent
c158a14b80
commit
4494566fc7
|
|
@ -161,9 +161,7 @@ abstract class Base
|
|||
}
|
||||
|
||||
// Attach events
|
||||
if ($controller === 'board') {
|
||||
$this->attachEvents();
|
||||
}
|
||||
$this->attachEvents();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue