https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108325

Revision: 108325
Author:   ashley
Date:     2012-01-07 16:48:14 +0000 (Sat, 07 Jan 2012)
Log Message:
-----------
Comments: remove $wgCommentsDirectory declaration, that variable isn't used 
anymore

Modified Paths:
--------------
    trunk/extensions/Comments/Comment.php

Modified: trunk/extensions/Comments/Comment.php
===================================================================
--- trunk/extensions/Comments/Comment.php       2012-01-07 16:06:11 UTC (rev 
108324)
+++ trunk/extensions/Comments/Comment.php       2012-01-07 16:48:14 UTC (rev 
108325)
@@ -45,9 +45,7 @@
        'position' => 'top' // available since r85616
 );
 
-// Configuration variables
-// Web-readable path to the directory where the extension files are located
-$wgCommentsDirectory = "$wgScriptPath/extensions/Comments";
+# Configuration variables
 // Path to an image which will be displayed instead of an avatar if social 
tools aren't installed.
 // Should be 50x50px
 $wgCommentsDefaultAvatar = 
'http://www.shoutwiki.com/w/extensions/SocialProfile/avatars/default_ml.gif';


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to