Skip to content

Commit 9692086

Browse files
committed
Show backup stats to admin (#5962)
1 parent 5f1e170 commit 9692086

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)