summaryrefslogtreecommitdiff
path: root/modules/node.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-06-30 09:50:36 +0000
committerDries Buytaert <dries@buytaert.net>2001-06-30 09:50:36 +0000
commite6a67118ebfe21dcc7646676f808d1f4b2fc3a83 (patch)
tree8da776874e78d6daab8466c0b27be83008462b85 /modules/node.module
parent7c1b20fe49310c9dc36b837e56277f4cc62534fd (diff)
downloadbrdo-e6a67118ebfe21dcc7646676f808d1f4b2fc3a83.tar.gz
brdo-e6a67118ebfe21dcc7646676f808d1f4b2fc3a83.tar.bz2
- Made search.php a module, being search.module.
- Updated the permission names to be more consistent. - Small improvement to node.php.
Diffstat (limited to 'modules/node.module')
-rw-r--r--modules/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node.module b/modules/node.module
index 01642e76e..001e9b351 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -27,7 +27,7 @@ function node_help() {
}
function node_perm() {
- return array("administer nodes");
+ return array("administer nodes", "access content", "post content");
}
function node_conf_options() {