Skip to content

Commit

Permalink
Merge pull request #34 from pantheon-systems/fix-undefined-variable-n…
Browse files Browse the repository at this point in the history
…otice

Fix undefined variable notice
  • Loading branch information
danielbachhuber committed Nov 17, 2015
2 parents bb464c5 + cb5e13b commit fdc0e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/pantheon/checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function execute() {
}

foreach($this->callbacks as $class => $object) {
$object->run($file);
$object->run();
}

foreach($this->callbacks as $class => $object) {
Expand Down

0 comments on commit fdc0e8a

Please sign in to comment.