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

Revision: 99486
Author:   ialex
Date:     2011-10-11 15:50:01 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
Make Skin::formatDebugHTML() work again since there is now usage memory

Modified Paths:
--------------
    trunk/phase3/includes/Skin.php

Modified: trunk/phase3/includes/Skin.php
===================================================================
--- trunk/phase3/includes/Skin.php      2011-10-11 15:46:21 UTC (rev 99485)
+++ trunk/phase3/includes/Skin.php      2011-10-11 15:50:01 UTC (rev 99486)
@@ -562,7 +562,7 @@
                        $pre = '';
                        if ( $wgDebugTimestamps ) {
                                $matches = array();
-                               if ( preg_match( '/^(\d+\.\d+\s{2})/', $line, 
$matches ) ) {
+                               if ( preg_match( '/^(\d+\.\d+   
\d+.\dM\s{2})/', $line, $matches ) ) {
                                        $pre = $matches[1];
                                        $line = substr( $line, strlen( $pre ) );
                                }


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

Reply via email to