fixes #2898: Wiki Page Versions still not recording "is_deleted"

This commit is contained in:
r888888888
2017-02-27 16:56:59 -08:00
parent 3780645cb2
commit 80f439f075
2 changed files with 2 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ class WikiPage < ActiveRecord::Base
:title => title,
:body => body,
:is_locked => is_locked,
:is_deleted => is_deleted,
:other_names => other_names
)
end