Skip Menu |

This queue is for tickets about the MediaWiki CPAN distribution.

Report information
The Basics
Id: 38400
Status: new
Priority: 0/
Queue: MediaWiki

People
Owner: Nobody in particular
Requestors: explorer [...] joaquinferrero.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.13
Fixed in: (no value)



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; > }