Fixed job.php runs app setup twice

xfrocks

Well-known member
Affected version
2.0.9
Not sure whether this is intentional?

PHP:
$app = XF::setupApp('XF\Pub\App');
$app->setup();
 
Top Bottom