ajout test si minibando
This commit is contained in:
parent
2e4fe5e1e3
commit
59289b1ae4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function gamutable_formulaire_admin($flux) {
|
|||
|
||||
function gamutable_affichage_final($flux) {
|
||||
include_spip('inc/autoriser');
|
||||
if (autoriser("purger","gamutable")) {
|
||||
if (autoriser("purger","gamutable") and test_plugin_actif('minibando')) {
|
||||
$p = stripos($flux, '</body>');
|
||||
$url_relecture = parametre_url(self(), 'var_mode', 'gamutable', '&');
|
||||
$label = "Mode gamuTable";
|
||||
|
|
Loading…
Add table
Reference in a new issue