Fix PHP 5.5 compatibility
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 May 2019 16:27:26 +0000 (18:27 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 May 2019 16:27:26 +0000 (18:27 +0200)
commit0cf51d25e10e6bcb5ddaec55c334a13277d8d4bb
tree447844c2b5463f652c8e0a6e019ede498a903b4e
parentac6d242d2f73438ffde12a833e23950ffe85c96b
Fix PHP 5.5 compatibility

PHP 5.5 does not support constant expressions in static variable declarations.
Simply remove the `static`, it brings no real benefit.
wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php