From b8b0f9c0a0b4ee332d63f2153255faac5caa4412 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Tue, 10 Jun 2014 07:36:10 +0000 Subject: [PATCH] =?UTF-8?q?r19717=20simplifi=C3=A9=20(include=5Fspip=20est?= =?UTF-8?q?=20appelable=20autant=20de=20fois=20qu'on=20veut)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/public/evaluer_page.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ecrire/public/evaluer_page.php b/ecrire/public/evaluer_page.php index 775df1807e..c2a40d0334 100644 --- a/ecrire/public/evaluer_page.php +++ b/ecrire/public/evaluer_page.php @@ -31,16 +31,7 @@ $res = true; // Cas d'une page contenant du PHP : if ($page['process_ins'] != 'html') { - /** - * Teste si on a déjà évalué du PHP - * - * Inclure inc/lang la première fois pour définir spip_lang - * si ça n'a pas encore été fait. - */ - if (!defined('_EVALUER_PAGE_PHP')) { - define('_EVALUER_PAGE_PHP', true); - include_spip('inc/lang'); - } + include_spip('inc/lang'); // restaurer l'etat des notes avant calcul if (isset($page['notes']) -- GitLab