Dominik Mueller
2014-02-26 b8ab8bf079d03ae4fc332b651397f49137a04a1f
fixed uses-error
2 files modified
6 ■■■■ changed files
interface/web/dashboard/dashlets/mailquota.php 4 ●●●● patch | view | raw | blame | history
interface/web/dashboard/dashlets/quota.php 2 ●●● patch | view | raw | blame | history
interface/web/dashboard/dashlets/mailquota.php
@@ -3,10 +3,10 @@
class dashlet_mailquota {
    function show() {
        global $app, $conf;
        global $app;
        //* Loading Template
        $app->uses('tpl');
        $app->uses('tpl,quota_lib');
        $tpl = new tpl;
        $tpl->newTemplate("dashlets/templates/mailquota.htm");
interface/web/dashboard/dashlets/quota.php
@@ -6,7 +6,7 @@
        global $app;
        //* Loading Template
        $app->uses('tpl','quota_lib');
        $app->uses('tpl,quota_lib');
        $tpl = new tpl;
        $tpl->newTemplate("dashlets/templates/quota.htm");