v4.7.1 Fix email polling

This commit is contained in:
Ivan Diaz 2020-07-17 21:39:47 -03:00
parent b0b3ed7238
commit 4f6c32d246

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();