Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.161 -r1.162 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Aug 2007 15:14:52 -0000 1.161 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Aug 2007 20:09:42 -0000 1.162 @@ -48,7 +48,7 @@ if {![::xotcl::Object isobject ::xowiki::Page::slot]} { ::xotcl::Object create ::xowiki::Page::slot } - foreach parameter {name title description text nls_language publish_date creation_user} { + foreach parameter {name title description text nls_language publish_date creation_user last_modified} { if {![::xotcl::Object isobject ::xowiki::Page::slot::$parameter]} { ::xo::Attribute create ::xowiki::Page::slot::$parameter }