Skip to content
Extraits de code Groupes Projets
Valider cba82c2f rédigé par Fil's avatar Fil
Parcourir les fichiers

integration patch #167 sure les plugins (Cedric)

parent 84afde51
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -100,7 +100,8 @@ function ecrire_plugin_actifs($plugin,$pipe_recherche=false){ ...@@ -100,7 +100,8 @@ function ecrire_plugin_actifs($plugin,$pipe_recherche=false){
$action = trim(array_pop($pipe['action'])); $action = trim(array_pop($pipe['action']));
else else
$action = $nom; $action = $nom;
$GLOBALS['spip_pipeline'][$nom] .= "|$prefix$action"; if (strpos($GLOBALS['spip_pipeline'][$nom],"|$prefix$action")===FALSE)
$GLOBALS['spip_pipeline'][$nom] .= "|$prefix$action";
if (isset($pipe['inclure'])){ if (isset($pipe['inclure'])){
$GLOBALS['spip_matrice']["$prefix$action"] = $GLOBALS['spip_matrice']["$prefix$action"] =
"_DIR_PLUGINS$plug/".array_pop($pipe['inclure']); "_DIR_PLUGINS$plug/".array_pop($pipe['inclure']);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter