summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-01-05 22:32:25 +0000
committerDries Buytaert <dries@buytaert.net>2008-01-05 22:32:25 +0000
commit4f54a173cccc01982e0148f87958bd2027b5522e (patch)
treed0980852009db25d92a63c4637ac626332eb90b8
parenta6e2c90217fe1e3ada13cde23b40a8066a417e3b (diff)
downloadbrdo-4f54a173cccc01982e0148f87958bd2027b5522e.tar.gz
brdo-4f54a173cccc01982e0148f87958bd2027b5522e.tar.bz2
- Patch #206470 by David_Rothstein: fix book permission upgrade.
-rw-r--r--modules/book/book.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.install b/modules/book/book.install
index 155261dd0..28e4649dc 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -85,7 +85,7 @@ function book_update_6000() {
$replace = array(
'outline posts in books' => 'administer book outlines',
'create book pages' => 'create book content',
- 'edit book pages' => 'edit book content',
+ 'edit book pages' => 'edit any book content',
'edit own book pages' => 'edit own book content',
'see printer-friendly version' => 'access printer-friendly version',
);