X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=projects.php;h=6088af495ee3d1aaa58e575d62febc2d5bd11cc2;hb=b53f880dcd61797fd2e6609477add03ca757d813;hp=49a59a64df49883e1fd871d6d2a67dba3cdacb1b;hpb=920b5bff2bf2fb1caa10715ed8d40175e4798019;p=timetracker.git 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');