r80901 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80900‎ | r80901 | r80902 >
Date:19:57, 24 January 2011
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: Committing local change: add flaggedrevs labs wiki to StartProfiler.php
Modified paths:
  • /branches/wmf/1.16wmf4/StartProfiler.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/StartProfiler.php
@@ -36,6 +36,8 @@
3737 $wgProfiler->setProfileID( 'dewiki' );
3838 } elseif ( $host == 'zh.wikipedia.org' ) {
3939 $wgProfiler->setProfileID( 'zhwiki' );
 40+ } elseif ( $host == 'flaggedrevs.labs.wikimedia.org' ) {
 41+ $wgProfiler->setProfileID( 'flaggedrevs' );
4042 } else {
4143 $wgProfiler->setProfileID( 'others' );
4244 }

Status & tagging log