mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
v4.7.1 Fix email polling
This commit is contained in:
parent
b0b3ed7238
commit
4f6c32d246
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user