Mercurial > defr > drupal > core
diff modules/help/help.module @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children |
line wrap: on
line diff
--- a/modules/help/help.module Tue Dec 23 14:29:21 2008 +0100 +++ b/modules/help/help.module Tue Dec 23 14:30:08 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: help.module,v 1.78 2007/12/14 18:08:46 goba Exp $ +// $Id: help.module,v 1.78.2.1 2008/04/09 21:11:48 goba Exp $ /** * @file @@ -23,6 +23,7 @@ 'title' => $module, 'page callback' => 'help_page', 'page arguments' => array(2), + 'access arguments' => array('access administration pages'), 'type' => MENU_CALLBACK, 'file' => 'help.admin.inc', );