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.
1 parent 0e80d1b commit b8ab8bfCopy full SHA for b8ab8bf
interface/web/dashboard/dashlets/mailquota.php
@@ -3,10 +3,10 @@
3
class dashlet_mailquota {
4
5
function show() {
6
- global $app, $conf;
+ global $app;
7
8
//* Loading Template
9
- $app->uses('tpl');
+ $app->uses('tpl,quota_lib');
10
11
$tpl = new tpl;
12
$tpl->newTemplate("dashlets/templates/mailquota.htm");
interface/web/dashboard/dashlets/quota.php
@@ -6,7 +6,7 @@ function show() {
global $app;
- $app->uses('tpl','quota_lib');
$tpl->newTemplate("dashlets/templates/quota.htm");
0 commit comments