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
1 changed files with 0 additions and 2 deletions

View File

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