Merge pull request #12588 from frederic34/patch-6
The variable $error seems to be never defined
This commit is contained in:
commit
e723f8b821
@ -341,6 +341,7 @@ class Notify
|
|||||||
$object_type = '';
|
$object_type = '';
|
||||||
$link = '';
|
$link = '';
|
||||||
$num = 0;
|
$num = 0;
|
||||||
|
$error = 0;
|
||||||
|
|
||||||
$oldref=(empty($object->oldref)?$object->ref:$object->oldref);
|
$oldref=(empty($object->oldref)?$object->ref:$object->oldref);
|
||||||
$newref=(empty($object->newref)?$object->ref:$object->newref);
|
$newref=(empty($object->newref)?$object->ref:$object->newref);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user