Skip to content

Commit

Permalink
[#1217] Fix trash redirect for instances not at /
Browse files Browse the repository at this point in the history
  • Loading branch information
johnglover committed Sep 3, 2013
1 parent 4b53b74 commit 14d7afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/admin.py
Expand Up @@ -316,4 +316,4 @@ def trash(self):

for msg in msgs:
h.flash_error(msg)
h.redirect_to(h.url_for('ckanadmin', action='trash'))
h.redirect_to(controller='admin', action='trash')

0 comments on commit 14d7afe

Please sign in to comment.