Skip to content

Commit

Permalink
English please
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jul 17, 2022
1 parent df1a2b5 commit 7abe0f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public function __construct(ContaoFramework $framework)

public function __invoke(RequestEvent $event): void
{
// Set the legacy login constants, if the legacy framework was initialized before.
// Set the legacy login constants if the legacy framework was initialized before.
// Otherwise allow the framework to set them itself during initialize.
if (!$this->framework->isInitialized()) {
$this->framework->setLoginConstantsOnInit(true);
Expand Down

0 comments on commit 7abe0f2

Please sign in to comment.