* In Article::replaceSection(), actually return null when $section is bogus. Used...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 26 Aug 2008 20:07:53 +0000 (20:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 26 Aug 2008 20:07:53 +0000 (20:07 +0000)
commit323c3a6e712077252e53a5a2ebead5a72f9a00fa
treec5cd8a356ad5497f864a137f3fa7a15a68f6bcd0
parent657831a2f5ef8f2ece9447ae2ed7007680d71d16
* In Article::replaceSection(), actually return null when $section is bogus. Used this in my half-complete and now kind of abandoned attempt at rewriting EditPage.php
* In UserMailer::send(), allow the caller to override the Content-type header so people can send multipart messages if they really want to. Using this in an extension I'm developing
includes/Article.php
includes/UserMailer.php