bug #1902085 : le premier strip est désormais accessible
This commit is contained in:
parent
3b57df8b49
commit
65419836e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue