Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Nov 6, 2013
1 parent 09fe7a1 commit 62c02c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreConsole/Translations/CreatePull.php
Expand Up @@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$linesSumByLang = array();
for($i=0; $i<count($lineChanges[0]); $i++) {
$linesSumByLang[$lineChanges[2][$i]] = $lineChanges[1][$i];
$linesSumByLang[$lineChanges[3][$i]] = $lineChanges[1][$i];
}

preg_match_all('/M lang\/([a-z]{2,3})\.json/', $changes, $modifiedFiles);
Expand Down

0 comments on commit 62c02c1

Please sign in to comment.