Hotfix email polling not working (#839)
This commit is contained in:
parent
79527c690d
commit
f8342ffa16
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue