X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/30f870da6d0f5d73cd6f33ab284ff45559d1ee13..35a538725eb9bc8a651a012a7bccc546aa22e6b2:/plugins.php diff --git a/plugins.php b/plugins.php index e036c173..a19c1e12 100644 --- a/plugins.php +++ b/plugins.php @@ -174,6 +174,7 @@ if ($request->isPost() && $request->getParameter('btn_save')) { $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="handlePluginCheckboxes();"'); +$smarty->assign('user_exists', $user->exists()); $smarty->assign('title', $i18n->get('title.plugins')); $smarty->assign('content_page_name', 'plugins.tpl'); $smarty->display('index.tpl');