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

Revision: 63673
Author:   ashley
Date:     2010-03-13 13:43:48 +0000 (Sat, 13 Mar 2010)

Log Message:
-----------
SocialProfile: show 50 gifts on Special:SystemGiftManager instead of 10

Modified Paths:
--------------
    trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php

Modified: 
trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php
===================================================================
--- trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php     
2010-03-13 11:42:04 UTC (rev 63672)
+++ trunk/extensions/SocialProfile/SystemGifts/SpecialSystemGiftManager.php     
2010-03-13 13:43:48 UTC (rev 63673)
@@ -80,7 +80,7 @@
                global $wgScriptPath;
                $output = ''; // Prevent E_NOTICE
                $page = 0;
-               $per_page = 10;
+               $per_page = 50;
                $gifts = SystemGifts::getGiftList( $per_page, $page );
                if ( $gifts ) {
                        foreach ( $gifts as $gift ) {



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

Reply via email to