Skip to content

Commit

Permalink
Updated to 1.0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Oct 12, 2017
1 parent dc1a804 commit 5ae0329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hook/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private function _runAction($action, $args) {
return call_user_func_array([$obj, $method], $args);
}

} else {
} else if (class_exists($class)) {

$instance = new $class;

Expand Down

0 comments on commit 5ae0329

Please sign in to comment.