http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82831

Revision: 82831
Author:   emufarmers
Date:     2011-02-26 02:50:20 +0000 (Sat, 26 Feb 2011)
Log Message:
-----------
Follow-up to r82829: durr.

Modified Paths:
--------------
    trunk/extensions/SearchLog/SearchLog.php

Modified: trunk/extensions/SearchLog/SearchLog.php
===================================================================
--- trunk/extensions/SearchLog/SearchLog.php    2011-02-26 02:44:45 UTC (rev 
82830)
+++ trunk/extensions/SearchLog/SearchLog.php    2011-02-26 02:50:20 UTC (rev 
82831)
@@ -9,7 +9,7 @@
 define('SEARCHLOG_VERSION','1.0.8, 2008-2-08');
  
 $wgSearchLogPath          = dirname(__FILE__);
-$wgSearchLogFile = 
"$wgSearchLogPath/logs/".preg_replace('/^www./',,$_SERVER['SERVER_NAME']);
+$wgSearchLogFile = 
"$wgSearchLogPath/logs/".preg_replace('/^www./','',$_SERVER['SERVER_NAME']);
 $wgSearchLogEntireLog     = 'Entire log'; # Should be a message
 $wgSearchLogDateFormat    = '%b %Y';
 $wgSearchLogReportHeading = "Search keywords used over '''\$1''' period"; # 
Should be a message


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to