Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.0RC2'
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Feb 15, 2011
2 parents e59d241 + a4c26ee commit 4bb9462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behat/Behat/Definition/DefinitionDumper.php
Expand Up @@ -44,7 +44,7 @@ public function dump($language = 'en')
$definitions = '';

foreach ($this->dispatcher->getDefinitions() as $regex => $definition) {
$regex = $dispatcher->translateDefinitionRegex($regex, $language);
$regex = $this->dispatcher->translateDefinitionRegex($regex, $language);

$definitions .= "'$regex'\n\n";
}
Expand Down

0 comments on commit 4bb9462

Please sign in to comment.