X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/920b5bff2bf2fb1caa10715ed8d40175e4798019..b53f880dcd61797fd2e6609477add03ca757d813:/projects.php diff --git a/projects.php b/projects.php index 49a59a64..6088af49 100644 --- a/projects.php +++ b/projects.php @@ -50,7 +50,7 @@ if($user->can('manage_projects')) { $smarty->assign('active_projects', $active_projects); $smarty->assign('inactive_projects', $inactive_projects); -$smarty->assign('show_files', $user->isPluginEnabled('at')); +$smarty->assign('show_files', $showFiles); $smarty->assign('title', $i18n->get('title.projects')); $smarty->assign('content_page_name', 'projects.tpl'); $smarty->display('index.tpl');