Skip to content
Snippets Groups Projects
Commit 15045255 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #22829: fix clearcache link

parent 5f63c492
Branches
Tags
4 merge requests!780Master,!779Master,!778Hotline master,!775Hotline#22829 integration stops at firts users file
......@@ -392,7 +392,7 @@ class Class_AdminVar extends Storm_Model_Abstract {
'CACHE_ACTIF' => [
'description' => implode('<br/>', [
'Activer le cache des boîtes (meilleure performance mais mise à jour toutes les ' . CACHE_LIFETIME / 60 . 'mn)',
'<a href="' . Class_Url::baseUrl() . '/admin/clearcache" >Vider le cache</a>',
'<a href="' . Class_Url::baseUrl() . '/admin/index/clearcache" >Vider le cache</a>',
]),
'type' => self::TYPE_ON_OFF,
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment