_outline_designer_get_pstr returns incorrect permission strings causing user_access checks to fail.
Wrong $op passed in _outline_designer_ajax(), checks for 'edit' - in D6 this is 'edit any'
The book content type is no longer a special case, no need to set $term = 'pages'
| Comment | File | Size | Author |
|---|---|---|---|
| outline_designer.module-perm-strings.patch | 897 bytes | CloudCuckoo |
Comments
Comment #1
btopro commentedYa that's my fault, someone patched this for D5 and I just copy and pasted the function into the D6 version. Putting this into a dev as we speak
Comment #2
btopro commented