I have found a bug in page_title module when calling token_get_values() function in hook_menu() hook. that I describe in http://drupal.org/node/238490 issue.
For solve this bug we need a feature to get only 'taxonomy' token values, without global. Can you do new option for this in new version?
We can do this with add one comparison to if function in one string.
I attach a patch with this modifications.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Murz’s picture

FileSize
575 bytes

Sorry, bad patch. This patch is right.

greggles’s picture

Status: Active » Closed (duplicate)

Let's use #238490: Got "Access denied" when calling page_title_get_title() in hook_menu functions for discussion of this issue since it has more background on the problem.