r107068 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107067‎ | r107068 | r107069 >
Date:15:08, 22 December 2011
Author:hashar
Status:reverted
Tags:
Comment:
fix case of addInLineScript

Use the correct case wich is: addInlineScript
Follow r95435
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -207,7 +207,7 @@
208208
209209 if( $wgCodeReviewInlineComments ) {
210210 $wgOut->addModules( 'ext.codereview.linecomment' );
211 - $wgOut->addInLineScript(
 211+ $wgOut->addInlineScript(
212212 "CodeReview.lcInit( $encRev );"
213213 );
214214 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r108350Reverting inline commenting from CodeReview...johnduhart06:55, 8 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95435add inline comments to the diff output...hashar19:53, 24 August 2011

Status & tagging log