We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ddb95 + 244e056 commit a65b051Copy full SHA for a65b051
interface/web/dashboard/dashlets/databasequota.php
@@ -12,7 +12,7 @@ function show() {
12
}
13
14
$modules = explode(',', $_SESSION['s']['user']['modules']);
15
- if (!in_array($modules, 'sites')) {
+ if(!in_array('sites', $modules)) {
16
return '';
17
18
interface/web/dashboard/dashlets/quota.php
0 commit comments