Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -208,7 +208,7 @@ |
209 | 209 | $text = $rev->getText(); |
210 | 210 | |
211 | 211 | //check if it is using pagelist |
212 | | - preg_match( "/<pagelist(.*?)\/>/i", $text, $m ); |
| 212 | + preg_match( "/<pagelist(.*?)\/>/is", $text, $m ); |
213 | 213 | if( $m ){ |
214 | 214 | preg_match_all( "/([0-9a-z]*?)\=(.*?)\s/", $m[1] . " ", $m2, PREG_PATTERN_ORDER ); |
215 | 215 | $params = array(); |