Pour CYRILLE ajoute un var_mode=gamutable, pour invalider le cache
This commit is contained in:
parent
123e34ac06
commit
99d58012a8
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@
|
|||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (_request('var_mode') == 'gamutable') {
|
||||
include_spip('inc/invalideur');
|
||||
suivre_invalideur("id='gamutable/1'");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue