r69718 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/NewUserMessagesView.php
@@ -90,7 +90,7 @@
9191 static $scriptDone = false;
9292
9393 if ( !$scriptDone ) {
94 - global $wgOut, $wgLiquidThreadsExtensionPath
 94+ global $wgOut, $wgLiquidThreadsExtensionPath;
9595 $wgOut->addScriptFile( "$wgLiquidThreadExtensionPath/newmessages.js" );
9696 }
9797

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