Open leiflm opened 5 years ago
It seems that the class variable id (intended for use by the event subsystem) was accidently overwritten by commit d386ce21.
id
This commit simply removes the assignment as it is not used by any code within this class.
This seems to be no longer an issue on recent tagged revisions. Either way the master-branch should be patched or removed.
master
It seems that the class variable
id
(intended for use by the event subsystem) was accidently overwritten by commit d386ce21.This commit simply removes the assignment as it is not used by any code within this class.