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

Revision: 75676
Author:   reedy
Date:     2010-10-29 21:28:15 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
Ugh, same as r75442 in another extension...

Modified Paths:
--------------
    trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php

Modified: trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php
===================================================================
--- trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php     2010-10-29 
21:16:05 UTC (rev 75675)
+++ trunk/extensions/ReaderFeedback/phplot-5.0.5/phplot.php     2010-10-29 
21:28:15 UTC (rev 75676)
@@ -3296,7 +3296,7 @@
         } else if ($mode == 'centeredtile') {
             $x0 = - floor($tile_width/2);   // Make the tile look better
             $y0 = - floor($tile_height/2);
-        } else if ($mode = 'tile') {
+        } else if ($mode == 'tile') {
             $x0 = 0;
             $y0 = 0;
         }


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

Reply via email to