The variable $error seems to be never defined

This commit is contained in:
Frédéric FRANCE 2019-12-01 16:42:18 +01:00 committed by GitHub
parent a6408ce9b6
commit 41b5e82d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,6 +341,7 @@ class Notify
$object_type = '';
$link = '';
$num = 0;
$error = 0;
$oldref=(empty($object->oldref)?$object->ref:$object->oldref);
$newref=(empty($object->newref)?$object->ref:$object->newref);