We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6791c3 commit 88404ebCopy full SHA for 88404eb
Classes/Listener/ModifyClearCacheActions.php
@@ -41,7 +41,7 @@ public function __invoke(ModifyClearCacheActionsEvent $event): void
41
'id' => 'clearProxyCache',
42
'title' => 'LLL:EXT:proxycachemanager/Resources/Private/Language/locallang.xlf:menuitem.title',
43
'description' => 'LLL:EXT:proxycachemanager/Resources/Private/Language/locallang.xlf:menuitem.description',
44
- 'href' => $uriBuilder->buildUriFromRoute('ajax_proxy_flushcaches'),
+ 'href' => (string)$uriBuilder->buildUriFromRoute('ajax_proxy_flushcaches'),
45
'iconIdentifier' => 'actions-system-cache-clear-impact-medium',
46
];
47
$event->addCacheAction($item);
0 commit comments