From: Tim Starling Date: Sat, 28 May 2005 09:17:23 +0000 (+0000) Subject: fixed comment X-Git-Tag: 1.5.0alpha2~64 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=3030c3820fb77c1dddb5e26377ef7d1aa8b484d9;p=lhc%2Fweb%2Fwiklou.git fixed comment --- diff --git a/includes/Title.php b/includes/Title.php index 2204e60151..af25e70bad 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -704,7 +704,7 @@ class Title { if ( $lowerCase != $friendlyName ) { $friendlyName .= '_' . substr(md5( $dbkey ), 0, 4); } - # Handle colon specially because by replacing it with tilde + # Handle colon specially by replacing it with tilde # Thus we reduce the number of paths with hashes appended $friendlyName = str_replace( ':', '~', $friendlyName ); return "$dir/$friendlyName.html";