From 2d6e3999eb5ab269e1c5262ee9e44b4497af8738 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 4 Jan 2017 18:59:06 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20bug=20on=20multiblog=20installations.=20L?= =?UTF-8?q?a=20barre=20de=20d=C3=A9lection=20du=20blog=20courant=20=C3=A9t?= =?UTF-8?q?ait=20impact=C3=A9e=20par=20le=20js=20du=20plugin.=20=C3=87a=20?= =?UTF-8?q?emp=C3=A9chait=20l'ouverture=20de=20ce=20dernier.=20C'est=20cor?= =?UTF-8?q?rig=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _define.php | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_define.php b/_define.php index feaa82a..951cc67 100755 --- a/_define.php +++ b/_define.php @@ -29,7 +29,7 @@ $this->registerModule( /* Name */ "YASH Fork", /* Description*/ "Fork from Yet Another Syntax Highlighter. Modification: Juste one javascript called on public pages for yash3", /* Author */ "Forked and modified by Gnieark, origin: Pep and contributors", - /* Version */ '0.9', + /* Version */ '0.9.1', array( /* Dependencies */ 'requires' => array(array('core','2.9')), /* Permissions */ 'permissions' => 'usage,contentadmin', diff --git a/index.php b/index.php index e104bb2..054788c 100755 --- a/index.php +++ b/index.php @@ -204,7 +204,7 @@ if (!empty($_POST['saveconfig'])) {