We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7093bc6 commit 812c5d8Copy full SHA for 812c5d8
phpmyfaq/src/phpMyFAQ/Controller/Administration/StatisticsSearchController.php
@@ -43,6 +43,7 @@ final class StatisticsSearchController extends AbstractAdministrationController
43
public function index(Request $request): Response
44
{
45
$this->userHasPermission(PermissionType::STATISTICS_VIEWLOGS);
46
+ $this->addExtension(new AttributeExtension(LanguageCodeTwigExtension::class));
47
48
$perPage = 10;
49
0 commit comments