Skip to content
Snippets Groups Projects
Commit 0d401559 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch...

Merge branch 'hotline#31657_pb_authentification_sur_le_site_wwwmamediathequenet' into 'hotline-master'

Hotline#31657 pb authentification sur le site wwwmamediathequenet

See merge request !1368
parents 2808a3ef 671dec82
Branches
Tags
6 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1375Master,!1372Hotline master
- ticket #31657 : Pb authentification sur le site www.ma-mediatheque.net
\ No newline at end of file
......@@ -159,10 +159,9 @@ function setupCache($cfg) {
$use_memcached ? 'Memcached' : 'File',
$frontendOptions,
$backendOptions);
// $cache->clean(Zend_Cache::CLEANING_MODE_ALL);
Storm_Cache::setDefaultZendCache($cache);
Storm_Cache::setSeed($cfg->sgbd->config->dbname);
Storm_Cache::setSeed($cfg->sgbd->config->dbname.md5(BASE_URL));
}
......
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