From 65419836e766e58c9165e69fd494d9d629b12d94 Mon Sep 17 00:00:00 2001 From: Leblanc Simon Date: Fri, 21 Mar 2008 16:51:00 +0000 Subject: [PATCH] =?UTF-8?q?bug=20#1902085=20:=20le=20premier=20strip=20est?= =?UTF-8?q?=20d=C3=A9sormais=20accessible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strip_manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strip_manager.php b/strip_manager.php index 27b35a2..4f97b4a 100644 --- a/strip_manager.php +++ b/strip_manager.php @@ -293,7 +293,7 @@ class strip_manager $element_asked = -1; // If one ask for a particular strip - if( !isset($_GET['strip']) || empty($_GET['strip'])) { + if( !isset($_GET['strip']) || $_GET['strip'] == '' || !is_numeric($_GET['strip']) ) { $element_asked = $this->strips_count-1; } else {