Commit a9211752 authored by Evan Simpson's avatar Evan Simpson

Use getPhysicalPath instead of absolute_url(1)

parent c221ffb1
......@@ -142,7 +142,7 @@ class HelpTopicBase:
def url(self):
"URL for indexing purposes"
return self.absolute_url(1)
return self.getPhysicalPath()
# Private indexing methods
# ------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment