(bug 17000) Special:RevisionDelete now checks if the database is locked before trying...
[mediawiki.git] / includes / NamespaceCompat.php
blob15c764786b3167bde8bb954dc9a077b93628b5ea
1 <?php
3 /**
4 * For compatibility with extensions...
5 * Will still die on PHP 5.3, of course. :P
6 */
7 class Namespace extends MWNamespace {
8 // ..