From 68fc42616659576f1924cef5578fe0606ef12de3 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Thu, 22 May 2014 16:25:03 +0000 Subject: [PATCH] =?UTF-8?q?Pouvoir=20ne=20pas=20faire=20l'installation=20d?= =?UTF-8?q?e=20SoyezCr=C3=A9ateurs=20via=20un=20define=20dans=20mes=5Fopti?= =?UTF-8?q?ons.php=20:=20define('=5FBYPASS=5FSC=5FINSTALL',=20true);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/soyezcreateurs_install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/base/soyezcreateurs_install.php b/base/soyezcreateurs_install.php index f81f56cb..043780f9 100644 --- a/base/soyezcreateurs_install.php +++ b/base/soyezcreateurs_install.php @@ -16,6 +16,7 @@ include_spip('inc/meta'); * @param unknown_type $version_cible */ function soyezcreateurs_upgrade($nom_meta_base_version,$version_cible){ + if (defined('_BYPASS_SC_INSTALL')) return; include_spip('base/soyezcreateurs'); $current_version = 0.0; if ((!isset($GLOBALS['meta'][$nom_meta_base_version])) || (($current_version = $GLOBALS['meta'][$nom_meta_base_version])!=$version_cible)){ -- GitLab