Skip to content

Commit

Permalink
adding call to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed May 21, 2012
1 parent 0b8d46e commit e23275f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/Libs/Controller/Component/MassActionComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

class MassActionComponent extends InfinitasComponent {
public function initialize($Controller) {
parent::initialize($Controller);

if($this->getAction(false) == 'cancel') {
$Controller->Event->trigger(
'editCanceled',
Expand Down

0 comments on commit e23275f

Please sign in to comment.