Browse Source

Undo bit of code which ended up producing warnings/errors...

...  In calling deprecated code, but anyway.
pull/99/head
Adam Vessey 13 years ago
parent
commit
3a559b7701
  1. 3
      formClass.inc

3
formClass.inc

@ -128,8 +128,7 @@ class formClass {
'title' => t('Collection view'), 'title' => t('Collection view'),
'page callback' => 'fedora_collection_view', 'page callback' => 'fedora_collection_view',
'type' => MENU_CALLBACK, 'type' => MENU_CALLBACK,
'access callback' => 'fedora_repository_access', 'access argruments' => array('view fedora collection'),
'access argruments' => array(OBJECTHELPER::$OBJECT_HELPER_VIEW_FEDORA),
); );
//new for mnpl****************************************** //new for mnpl******************************************

Loading…
Cancel
Save