Allow to access Settings after exceeding the 2000 limit [MAILPOET-950]

This commit is contained in:
stoletniy
2017-06-14 10:47:34 +03:00
parent 32b24a83ab
commit 1da06bd46a
2 changed files with 7 additions and 2 deletions

View File

@ -347,8 +347,6 @@ class Menu {
function settings() {
if($this->subscribers_over_limit) return $this->displaySubscriberLimitExceededTemplate();
$settings = Setting::getAll();
$flags = $this->_getFlags();