From 6c7da2cb083732ca5badf52d836d7862447274b5 Mon Sep 17 00:00:00 2001 From: Franck VILLAUME Date: Fri, 22 Jul 2011 12:57:55 +0000 Subject: [PATCH] fix check for docman in activity --- src/www/activity/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/activity/index.php b/src/www/activity/index.php index 2007f94789..9016bba7fd 100644 --- a/src/www/activity/index.php +++ b/src/www/activity/index.php @@ -107,7 +107,7 @@ if (forge_get_config('use_frs') && $group->usesFRS()) { $texts[] = _('FRS Release'); } -if (forge_get_config('use_frs') && $group->usesDocman()) { +if (forge_get_config('use_docman') && $group->usesDocman()) { $ids[] = 'docmannew'; $texts[] = _('New Documents'); $ids[] = 'docmanupdate'; -- 2.30.2