From: Tim Düsterhus Date: Tue, 9 Feb 2016 20:26:37 +0000 (+0100) Subject: Add missing import X-Git-Tag: 3.0.0_Beta_1~2049 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4205bd6290731d06796e7b06b01c3ce0b19214c6;p=GitHub%2FWoltLab%2FWCF.git Add missing import --- diff --git a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php index c284961a19..042ca28abf 100644 --- a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php +++ b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php @@ -4,6 +4,7 @@ use wcf\data\user\User; use wcf\system\background\job\AbstractBackgroundJob; use wcf\system\exception\LoggedException; use wcf\system\exception\SystemException; +use wcf\system\session\SessionHandler; use wcf\system\SingletonFactory; use wcf\system\WCF;