Reviewed & tested by the community
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 14:06 UTC
Updated:
28 Nov 2013 at 10:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
egifford commentedI'm encountering this as well. It looks like there is a typo in the function page_title_form_node_type_form_alter.
This function uses the permission administer page title but I think it should use administer page titles as does the rest of the module's code.
Notice the letter s at the end of the second permission string.
Changing the following line:
to the following worked for me:
I think an argument could be made for using define() to set these permission strings up as defined constants.
I don't know how to roll a patch... :(
Comment #2
joelrotelli commentedI made this patch for you , for the #1day1patch initiative :)
Comment #3
egifford commentedThanks, Joel! I like the idea of the 1day1patch initiative!
Comment #4
balintbrewsPatch works fine.
Comment #5
balintbrews