fixes #2898: Wiki Page Versions still not recording "is_deleted"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user