This should fix tests.

This commit is contained in:
James Cole
2017-12-06 19:41:51 +01:00
parent 343eb3a768
commit cbde9cdae9
2 changed files with 4 additions and 3 deletions

View File

@@ -73,7 +73,6 @@ class HelpController extends Controller
private function getHelpText(string $route, string $language): string
{
// get language and default variables.
$content = '<p>' . strval(trans('firefly.route_has_no_help')) . '</p>';
// if no such route, log error and return default text.