Remove condition

This commit is contained in:
Frédéric Guillot
2014-11-16 10:39:23 -05:00
parent c158a14b80
commit 4494566fc7

View File

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