Typo: empty string, not 0.
This commit is contained in:
parent
1f7fe35cec
commit
f4bcb1e584
@ -227,7 +227,7 @@ class Tag
|
||||
$data['id_parent'] = 0;
|
||||
|
||||
if (!isset($data['description']))
|
||||
$data['description'] = 0;
|
||||
$data['description'] = '';
|
||||
|
||||
if (!isset($data['count']))
|
||||
$data['count'] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user