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

fix: warning --

Warning: Use of undefined constant INCLUREAJAXLOAD_affichemeta - assumed 'INCLUREAJAXLOAD_affichemeta' (this will throw an Error in a future version of PHP) in ecrire/public/composer.php(96) : eval()'d code on line 157

Reprise du code de `balise_INSERT_HEAD_dist()`
parent 1b59edce
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -38,10 +38,9 @@ function balise_INCLURE($p) {
if (!defined('_INCLURE_AJAX_LOAD_INSERT')) {
define('_INCLURE_AJAX_LOAD_INSERT', 'oui');
$f->code .= ".'<' . '"
. '?php header("X-Spip-Filtre: \'.'
. 'INCLUREAJAXLOAD_affichemeta'
. " . '\"); ?'.'>'";
$p->code = "'<'.'"
. '?php header("X-Spip-Filtre: INCLUREAJAXLOAD_affichemeta"); ?'
. "'.'>'";
$f->interdire_scripts = false;
}
......
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