Content deleted Content added
Updating published sources: PERTableUpdater: * Stupid bug was making it never remember "touched" info. |
Updating published sources: PERTableUpdater: * Follow "protection moved from" back to find the original protection entry. |
||
Line 206:
if($le->{'action'} eq 'move_prot'){
$from="From [[:".$le->{'0'}."]]: ";
$iter=$api->iterator(
list => 'logevents',
letype => 'protect',
letitle => $le->{'0'},
lestart => $le->{'timestamp'},
);
next;
}
|