Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -N -r1.285 -r1.286 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 7 Jun 2015 09:48:35 -0000 1.285 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 7 Jun 2015 11:22:06 -0000 1.286 @@ -1578,7 +1578,7 @@ -name $prototype_name \ -parent_id [my folder_id] \ -package_id [my id] \ - -add_revision $add_revision_p] + -add_revision $add_revision] if {[info exists via_url] && [my exists_query_parameter "return_url"]} { my returnredirect [my query_parameter "return_url" [my package_url]] @@ -1631,7 +1631,7 @@ my log "--save_new of $page class [$page info class]" $page save_new } else { - if {$add_revision_p} { + if {$add_revision} { # An old page exists already, make a revision. Update the # existing page with all scalar variables from the prototype # page (which is just partial)