* Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index f2f4836..9121bb0 100644 (file)
@@ -124,7 +124,7 @@ $wgUploadBaseUrl    = "";
 /**
  * The external URL protocols (regexp)
  */
-$wgUrlProtcols = 'http:\/\/|https:\/\/|ftp:\/\/|irc:\/\/|gopher:\/\/|news:|mailto:';
+$wgUrlProtocols = 'http:\/\/|https:\/\/|ftp:\/\/|irc:\/\/|gopher:\/\/|news:|mailto:';
 
 /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array.
  * Set this to NULL to disable virus scanning. If not null, every file uploaded will be scanned for viruses.