diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-06-22 11:28:20 +0200 |
commit | 9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch) | |
tree | 46d1a0dee7febef5c2d57a9f7b972be16a163b3d /includes/NamespaceCompat.php | |
parent | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff) |
update to MediaWiki 1.17.0
Diffstat (limited to 'includes/NamespaceCompat.php')
-rw-r--r-- | includes/NamespaceCompat.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/NamespaceCompat.php b/includes/NamespaceCompat.php deleted file mode 100644 index 15c76478..00000000 --- a/includes/NamespaceCompat.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -/** - * For compatibility with extensions... - * Will still die on PHP 5.3, of course. :P - */ -class Namespace extends MWNamespace { - // .. -} |