https://bugzilla.wikimedia.org/show_bug.cgi?id=50739
--- Comment #1 from Sam Reed (reedy) <[email protected]> --- Line 143: foreach ( $res as $row ) { $title = Title::makeTitleSafe( $row->page_namespace, $row->page_title ); $context = $this->extractContext( $row->old_text, $this->target, $this->use_regex ); $titles_for_edit[] = array( $title, $context ); } Title::makeTitleSafe() can (and will) return null on error. The extension doesn't cater/check for or handle this. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
