r114138 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114137‎ | r114138 | r114139 >
Date:14:14, 19 March 2012
Author:reedy
Status:ok
Tags:
Comment:
Partial revert r114058
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Hooks.php
@@ -338,7 +338,7 @@
339339 * @return bool
340340 */
341341 public static function onLoadExtensionSchemaUpdates( $updater = null ) {
342 - $dir = dirname( __FILE__ );
 342+ $dir = realpath( dirname( __FILE__ ) . '/..' );
343343
344344 $updater->addExtensionUpdate( array( 'addTable', 'thread', "$dir/lqt.sql", true ) );
345345 $updater->addExtensionUpdate( array( 'addTable', 'thread_history', "$dir/schema-changes/thread_history_table.sql", true ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r114139MFT r114138...reedy14:19, 19 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114058MFT x2 r114057reedy17:22, 17 March 2012

Status & tagging log