Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 23, 2012
1 parent fd856c4 commit 2adfb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptah_minicms/ptah_minicms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __call__(self):
subpath = self.request.subpath
if subpath and subpath[0]:
tname = subpath[0]
tinfo = ptahcms.get_type('cms-type:%s'%tname)
tinfo = ptah.get_type('type:%s'%tname)
if tinfo is None:
return HTTPNotFound

Expand Down

0 comments on commit 2adfb9c

Please sign in to comment.