Typo: empty string, not 0.

This commit is contained in:
Aaron van Geffen 2016-11-13 23:02:28 +01:00
parent 1f7fe35cec
commit f4bcb1e584
1 changed files with 1 additions and 1 deletions

View File

@ -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;