Skip to content

Commit

Permalink
Merge pull request #605 from jonasgoderis/block-bugfix
Browse files Browse the repository at this point in the history
URGENT: Fix parse error in block.php.
  • Loading branch information
dieterve committed Nov 26, 2013
2 parents 17c14a8 + 584824a commit d8201d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/core/engine/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public function execute()
'The action file is present, but the class name should be: ' .
$actionClassName . '.'
);

}
// create action-object
$this->object = new $actionClassName(
$this->getModule(), $this->getAction(), $this->getData()
Expand Down

0 comments on commit d8201d1

Please sign in to comment.