Skip to content

Commit b8ab8bf

Browse files
committed
fixed uses-error
1 parent 0e80d1b commit b8ab8bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

interface/web/dashboard/dashlets/mailquota.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
class dashlet_mailquota {
44

55
function show() {
6-
global $app, $conf;
6+
global $app;
77

88
//* Loading Template
9-
$app->uses('tpl');
9+
$app->uses('tpl,quota_lib');
1010

1111
$tpl = new tpl;
1212
$tpl->newTemplate("dashlets/templates/mailquota.htm");

interface/web/dashboard/dashlets/quota.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function show() {
66
global $app;
77

88
//* Loading Template
9-
$app->uses('tpl','quota_lib');
9+
$app->uses('tpl,quota_lib');
1010

1111
$tpl = new tpl;
1212
$tpl->newTemplate("dashlets/templates/quota.htm");

0 commit comments

Comments
 (0)