Fix missed user_path refactoring.

This commit is contained in:
Max Goodman
2013-07-23 17:06:51 -07:00
parent c54f15cf89
commit bf93f3c65e

View File

@@ -575,7 +575,7 @@ class UrlParser(object):
prefix is not already present.
"""
if not (self.path_has_subreddit()
or self.path.startswith(subreddit.path)):
or self.path.startswith(subreddit.user_path)):
self.path = (subreddit.user_path + self.path)
return self