Last modified: 2008-03-02 21:42:21 UTC
Created attachment 4475 [details] patch for maintenance/cleanupSpam.php when i run maintenance/cleanupSpam.php to search for spam, i get this fatal error : Fatal error: Call to private method LinkFilter::makeregex() from context '' in /path/to/wiki/maintenance/cleanupSpam.php on line 17 I made a patch for maintenance/cleanupSpam.php so that it uses LinkFilter::matchEntry() wich is a public function.
Fixed in r31466.
Applied to 1.12 release branch in r31470