From 826cf54d84ab7d8d08fcb7d73397fc2b0ae6ae97 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 13 Feb 2009 02:27:59 +0000 Subject: #372474 by karschsp: Minor documentation fix for node access system. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/node/node.module b/modules/node/node.module index a50976287..c70792f76 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2238,7 +2238,7 @@ function node_search_validate($form, &$form_state) { * The node access system determines who can do what to which nodes. * * In determining access rights for a node, node_access() first checks - * whether the user has the "administer nodes" permission. Such users have + * whether the user has the "bypass node access" permission. Such users have * unrestricted access to all nodes. Then the node module's hook_access() * is called, and a TRUE or FALSE return value will grant or deny access. * This allows, for example, the blog module to always grant access to the -- cgit v1.2.3