Closed (duplicate)
Project:
Drupal core
Version:
5.6
Component:
path.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
28 Dec 2007 at 15:48 UTC
Updated:
10 Dec 2008 at 21:04 UTC
in modules/path/path.module
if (user_access('create url aliases') || user_access('administer url aliases'))
To:
if (user_access('create url aliases') || user_access('administer url aliases') || $op == 'load')
dan work now good $node->path for anoymous users
my frist bug fixed report! :-)
Comments
Comment #1
Tom Jacobs commentedComment #2
Tom Jacobs commentedComment #3
kerrizor commentedwell, at least we solved it the same way :)
Comment #4
Tom Jacobs commentedPlease FIXEN to 5.7!!!!
Comment #5
drumm#216404: Different $node->path for authenticated vs anonymous users