remotes/origin/poc-doctrine-migrations
Thomas Müller 10 years ago
parent 66f9811151
commit aa2bd28a6a
  1. 2
      core/command/l10n/createjs.php

@ -128,7 +128,7 @@ class CreateJs extends Command {
$TRANSLATIONS = array();
$PLURAL_FORMS = '';
if (!file_exists($phpFile)) {
throw new UnexpectedValueException("Php translation file <$phpFile> does not exist.");
throw new UnexpectedValueException("PHP translation file <$phpFile> does not exist.");
}
require $phpFile;

Loading…
Cancel
Save