X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Faccess_denied.php;h=b0bc002810832f261fd37c54798c52dda6d6851b;hb=dc00748e76b054fb1163f7a3835b686a752fbf8a;hp=836579a5a91241b5fbbc9f76d69c7d9be87f46d1;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/mobile/access_denied.php b/mobile/access_denied.php index 836579a5..b0bc0028 100644 --- a/mobile/access_denied.php +++ b/mobile/access_denied.php @@ -29,7 +29,7 @@ require_once('../initialize.php'); $err->add($i18n->getKey('error.access_denied')); -if ($auth->isAuthenticated()) $GLOBALS['SMARTY']->assign('authenticated', true); // Used in header.tpl for menu display. +if ($auth->isAuthenticated()) $smarty->assign('authenticated', true); // Used in header.tpl for menu display. $smarty->assign('title', $i18n->getKey('label.error')); $smarty->assign('content_page_name', 'mobile/access_denied.tpl');