Skip to content

Commit

Permalink
fixed wrong redirect post comment db clear
Browse files Browse the repository at this point in the history
  • Loading branch information
tflink committed Oct 24, 2011
1 parent 8f96210 commit 197115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock_fedorainfra/boji.py
Expand Up @@ -208,7 +208,7 @@ def clear_db():
db_session.execute('delete from comments')
db_session.commit()
flash('Database was cleared')
return redirect(url_for('view_bodhi_comments'))
return redirect(url_for('default_boji_comments'))

def decode_args(*args):
"""Decodes optional arguments from a flat argument list
Expand Down

0 comments on commit 197115e

Please sign in to comment.