Content deleted Content added
Updating published sources: PERTableUpdater: * Assume 'WIKI' encoding, not 'QUERY', for the urn links. |
Updating published sources: PERTableUpdater: * Handle requests for create-protected pages. |
||
Line 261:
my $expiry=undef;
my $pg=$t;
my $prottype = exists( $p->{'missing'} ) ? 'create' : 'edit';
for my $pp (@{$p->{'protection'}//[]}){
next unless $pp->{'type'} eq
my $sc=0;
$sc|=0x80 if $pp->{'level'} eq 'sysop';
|