Subject: | watch attribute is not send into save function |
This attribute is not send with the save() function.
This diff over page.pm solve the problem:
169c169,170
< 'wpRecreate' => 1
---
Show quoted text
> 'wpRecreate' => 1,
> 'wpWatchthis' => $obj->_watch(),
293a295,299
Show quoted text> sub _watch
> {
> my $obj = shift;
> return $obj->{watch} || $obj->{client}->{watch} || 1;
> }