diff --git a/app/console.php b/app/console.php index e14fbb03b7..9796d3b429 100755 --- a/app/console.php +++ b/app/console.php @@ -1,14 +1,20 @@ #!/usr/bin/env php setCatchExceptions(true); $helperSet = $cli->getHelperSet(); @@ -62,6 +68,5 @@ $cli->addCommands(array( new Chash\Command\Files\CleanConfigFiles(), new Chash\Command\Translation\ExportLanguageCommand(), new Chash\Command\Translation\ImportLanguageCommand() - )); $cli->run(); diff --git a/certificates/index.php b/certificates/index.php index 937a7ba454..4378bb53f6 100644 --- a/certificates/index.php +++ b/certificates/index.php @@ -7,6 +7,7 @@ /** * Initialization + * @todo replace me with a controller */ $language_file= array('admin', 'gradebook', 'document');