Skip to content

Commit

Permalink
Update cms/utils/page_resolver.py
Browse files Browse the repository at this point in the history
see issue #1573
  • Loading branch information
barsch committed Jan 7, 2013
1 parent d22b7c8 commit 4cccb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/utils/page_resolver.py
Expand Up @@ -76,7 +76,7 @@ def get_page_queryset_from_path(path, preview=False, draft=False, site=None):

# get the home page (needed to get the page)
try:
home = pages.get_home()
home = pages.get_home(site=site)
except NoHomeFound:
home = None
# if there is no path (slashes stripped) and we found a home, this is the
Expand Down

0 comments on commit 4cccb69

Please sign in to comment.