X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FIEUrlExtension.php;h=216d9b78604c6c8802f63cf52ddc53c57162e7e2;hb=480ab87dbc2974ad9465af2808f21bf83397142e;hp=49d05d4b72f6170c595f802c0cbf46d1a77ccae1;hpb=f8b7276da00903dbbf7c38fabaa427b96323a079;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/IEUrlExtension.php b/includes/libs/IEUrlExtension.php index 49d05d4b72..216d9b7860 100644 --- a/includes/libs/IEUrlExtension.php +++ b/includes/libs/IEUrlExtension.php @@ -119,7 +119,6 @@ class IEUrlExtension { if ( !preg_match( '/^[a-zA-Z0-9_-]+$/', $extension ) ) { // Non-alphanumeric extension, unlikely to be registered. - // // The regex above is known to match all registered file extensions // in a default Windows XP installation. It's important to allow // extensions with ampersands and percent signs, since that reduces