r69720 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69719‎ | r69720 | r69721 >
Date:08:51, 22 July 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r69712: Fix another syntax error
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/NewUserMessagesView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/NewUserMessagesView.php
@@ -91,7 +91,7 @@
9292
9393 if ( !$scriptDone ) {
9494 global $wgOut, $wgLiquidThreadsExtensionPath;
95 - $wgOut->addScriptFile( "$wgLiquidThreadExtensionPath/newmessages.js" );
 95+ $wgOut->addScriptFile( "$wgLiquidThreadsExtensionPath/newmessages.js" );
9696 }
9797
9898 $this->user->setNewtalk( false );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69712Don't hard-code the path so that the extension must be installed under $IP/ex...mah00:14, 22 July 2010

Status & tagging log