From 500f3ebd0039e8d929f5cae6dcdd272dab457400 Mon Sep 17 00:00:00 2001 From: Zachary Howarth Date: Thu, 9 Dec 2010 15:51:01 -0400 Subject: [PATCH] Restore menu title on Digital Repository (fedora/repository). --- formClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formClass.inc b/formClass.inc index 8505f402..6e0161fd 100644 --- a/formClass.inc +++ b/formClass.inc @@ -78,7 +78,7 @@ class formClass { // 'access' => TRUE ); $items['fedora/repository'] = array( -// 'title' => t('Digital repository'), + 'title' => t('Digital repository'), 'page callback' => 'repository_page', 'type' => MENU_NORMAL_ITEM, // 'page arguments'=>array(1),