Skip to content

Commit

Permalink
Parameter omission in i18nTextCollector
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Aug 6, 2012
1 parent 52e05f2 commit 9b15bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/i18nTextCollector.php
Expand Up @@ -326,7 +326,7 @@ public function collectFromTemplate($content, $fileName, $module) {
/**
* @uses i18nEntityProvider
*/
function collectFromEntityProviders($filePath) {
function collectFromEntityProviders($filePath, $module) {
$entities = array();

$classes = ClassInfo::classes_for_file($filePath);
Expand Down

0 comments on commit 9b15bac

Please sign in to comment.