Skip to content

Commit 52535f6

Browse files
author
Marius Burkard
committed
Merge branch '5962-backup-stats-not-shown-for-admin' into 'develop'
Show backup stats to admin (#5962) Closes #5962 See merge request ispconfig/ispconfig3!1350
2 parents 32505c0 + 9692086 commit 52535f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/lib/module.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
'link' => 'sites/database_quota_stats.php',
214214
'html_id' => 'databse_quota_stats');
215215

216-
if($app->auth->get_client_limit($userid, 'backup') == 'y') {
216+
if($app->auth->get_client_limit($userid, 'backup') != 'n') {
217217
$items[] = array (
218218
'title' => 'Backup Stats',
219219
'target' => 'content',

0 commit comments

Comments
 (0)