summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-13 02:27:59 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-13 02:27:59 +0000
commit826cf54d84ab7d8d08fcb7d73397fc2b0ae6ae97 (patch)
tree7a6a341e6cdf84e47f4f717e34ebc207640e4d51
parent9b50597eb243c0447eed6d9f41c9ad2e4de10b0d (diff)
downloadbrdo-826cf54d84ab7d8d08fcb7d73397fc2b0ae6ae97.tar.gz
brdo-826cf54d84ab7d8d08fcb7d73397fc2b0ae6ae97.tar.bz2
#372474 by karschsp: Minor documentation fix for node access system.
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
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