Skip to content

Commit

Permalink
Fix new forum bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chewbranca committed Jul 25, 2011
1 parent 778be28 commit fc8fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/forums_controller.rb
Expand Up @@ -78,7 +78,7 @@ def render_new forum = nil
forum ||= Forum.new

render :partial => 'shared/admin/new_page', :layout => 'new_admin', :locals => {
:item => @forum,
:item => forum,
:model => Forum,
:fields => [:name, :description],
:include_media_form => true
Expand Down

0 comments on commit fc8fb09

Please sign in to comment.