projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2066d59
)
Issue #1412158: administer panels styles perm missing in D6.
author
Earl Miles
Sat, 21 Jan 2012 02:53:34 +0000 (18:53 -0800)
committer
Earl Miles
Sat, 21 Jan 2012 02:53:34 +0000 (18:53 -0800)
panels.module
patch
|
blob
|
blame
|
history
diff --git
a/panels.module
b/panels.module
index
d24b9bc
..
25c6b50
100644
(file)
--- a/
panels.module
+++ b/
panels.module
@@
-267,6
+267,7
@@
function panels_perm() {
'use panels caching features',
'use panels dashboard',
'use panels in place editing',
+ 'administer panels styles',
);
}