No more lightdb:delete v4

This commit is contained in:
xdrm-brackets 2017-09-14 16:04:49 +02:00
parent 22d7e65bb7
commit 7046d3900c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
$already_line = $this->line;
/* (1) On vérifie que la clé est unique */
if( !array_key_exists($key, $this->index) ){
if( !array_key_exists($key, $this->index) )
$already_line = $this->index[$key]['line'];
$key = (string) $key;