* (bug 8437) Make Title::loadRestrictions() initialise $mRestrictions properly
authorRob Church <robchurch@users.mediawiki.org>
Sat, 30 Dec 2006 19:49:30 +0000 (19:49 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 30 Dec 2006 19:49:30 +0000 (19:49 +0000)
commit4b1811dcb088d5eb589a7a43559c03003d3b9f71
tree7f44980d68312f1116816f03562eb5f079181d5a
parentc7b8ba46f8759ff8305f994fe638e6e5c63313d5
* (bug 8437) Make Title::loadRestrictions() initialise $mRestrictions properly
* (bug 8437) Fix Title::isSemiProtected() when $mRestrictions was array() or unset
* Clean up Title::getRestrictions()
[Most of the above from a patch by Fyren, with minor modifications]
includes/Title.php