Skip to content

Commit

Permalink
Remove useless variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 4, 2013
1 parent 659cd12 commit f54de03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/View/HelperCollection.php
Expand Up @@ -62,8 +62,7 @@ class HelperCollection {
*/
public function __construct(View $view) {
$this->_View = $view;
$eventManager = $view->getEventManager();
$this->_eventManager = $eventManager;
$this->_eventManager = $view->getEventManager();
}

/**
Expand Down

0 comments on commit f54de03

Please sign in to comment.