Email backup stats
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Contributor
I actually see this already inplace, but not working properly. Comparing both "menu items" from Email vs Sites:
Email:
if($app->auth->get_client_limit($userid, 'backup') != 'n')
Sites:
if($app->auth->get_client_limit($userid, 'backup') == 'y')
I'll try to make merge request later this week!
Edited by Tim de Boer 1 Collapse replies Current code is actually:
Email:if($app->auth->get_client_limit($userid, 'backup') == 'y')
Sites:if($app->auth->get_client_limit($userid, 'backup') != 'n')
EDIT: and the actual problem is that it should be this for mail:
Email:if($app->auth->get_client_limit($userid, 'mail_backup') != 'n')
so add
mail_
because it's a mail specific limit, and change it to!= 'n'
because the admin won't see it if it's== 'y'
Edited by Thom
- Tim de Boer mentioned in merge request !1593 (merged)
mentioned in merge request !1593 (merged)
- Marius Burkard mentioned in commit e0467ced
mentioned in commit e0467ced
- Marius Burkard closed with merge request !1593 (merged)
closed with merge request !1593 (merged)