Skip to content

Commit

Permalink
Merge remote branch 'core/quick-edit-fix' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 5, 2010
2 parents 452c8b0 + a933cf7 commit 249bf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/structure_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ def edit_page_revision
if request.post? && params[:revision]
@revision.updated_by = myself
if @revision.update_attributes params[:revision]
expire_site
render :update do |page|
page << 'RedBox.close();'
page << 'PageEditor.refreshList();'
Expand Down

0 comments on commit 249bf09

Please sign in to comment.