Replace with 0

This commit is contained in:
aspangaro 2016-08-11 06:12:04 +02:00
parent 55a83f9d8d
commit 300da71b9c

View File

@ -70,7 +70,7 @@ if ($action == 'add') {
}
if (GETPOST('account_parent') <= 0) {
$account_parent = '';
$account_parent = 0;
} else {
$account_parent = GETPOST('account_parent','int');
}