Allow to access Settings after exceeding the 2000 limit [MAILPOET-950]
This commit is contained in:
@ -347,8 +347,6 @@ class Menu {
|
||||
|
||||
|
||||
function settings() {
|
||||
if($this->subscribers_over_limit) return $this->displaySubscriberLimitExceededTemplate();
|
||||
|
||||
$settings = Setting::getAll();
|
||||
$flags = $this->_getFlags();
|
||||
|
||||
|
Reference in New Issue
Block a user