]> source.dussan.org Git - nextcloud-server.git/commit
Fix missing parent constructor call and get_class usage in GenericEventWrapper 21299/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 8 Jun 2020 07:42:45 +0000 (09:42 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 8 Jun 2020 07:42:45 +0000 (09:42 +0200)
commit5e1805d253f9b42e5cfeddd2d53db697d671f904
tree291e4eccd9e7450fad06159e065a28e8e28ccf3a
parentc5a2caa0fb29daac80ba2b76865be2404ba41021
Fix missing parent constructor call and get_class usage in GenericEventWrapper

* The parent constructor was not called
* `get_class` does not allow null values in php7.2+

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/EventDispatcher/GenericEventWrapper.php