Hotfix email polling not working (#839)

This commit is contained in:
Ivan Diaz 2020-07-14 20:34:01 -03:00 committed by GitHub
parent 79527c690d
commit f8342ffa16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,6 @@ class EmailPollingController extends Controller {
} }
public function handler() { public function handler() {
throw new RequestException(ERRORS::NO_PERMISSION);
$commentController = new CommentController(); $commentController = new CommentController();
$createController = new CreateController(); $createController = new CreateController();
$defaultLanguage = Setting::getSetting('language')->getValue(); $defaultLanguage = Setting::getSetting('language')->getValue();