diff options
| author | wjames5 <will@tekimaki.com> | 2008-10-21 01:35:51 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-10-21 01:35:51 +0000 |
| commit | c94eddcc26ea977750386c5e2f90ab157fa7aa69 (patch) | |
| tree | a6fad3ebc434f8de587eb3d41f65060a16eaa4bd /admin | |
| parent | e7ffcf0873509569367d1229f92acf43b4d1709c (diff) | |
| download | wiki-c94eddcc26ea977750386c5e2f90ab157fa7aa69.tar.gz wiki-c94eddcc26ea977750386c5e2f90ab157fa7aa69.tar.bz2 wiki-c94eddcc26ea977750386c5e2f90ab157fa7aa69.zip | |
change edit to update like the rest
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 04001f5..443138f 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -83,7 +83,7 @@ $gBitInstaller->registerUserPermissions( WIKI_PKG_NAME, array( array('p_wiki_create_book', 'Can create books', 'registered', WIKI_PKG_NAME), array('p_wiki_edit_copyright', 'Can edit copyright notices', 'registered', WIKI_PKG_NAME), array('p_wiki_edit_dynvar', 'Can edit dynamic variables', 'editors', WIKI_PKG_NAME), - array('p_wiki_edit_page', 'Can edit pages', 'registered', WIKI_PKG_NAME), + array('p_wiki_update_page', 'Can edit pages', 'registered', WIKI_PKG_NAME), array('p_wiki_create_page', 'Can create pages', 'registered', WIKI_PKG_NAME), array('p_wiki_list_pages', 'Can list pages', 'registered', WIKI_PKG_NAME), array('p_wiki_lock_page', 'Can lock pages', 'editors', WIKI_PKG_NAME), |
