r55866 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55865‎ | r55866 | r55867 >
Date:10:06, 6 September 2009
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r55638: Fix patch file name. This helps to run update.php successfully :-)
Modified paths:
  • /trunk/extensions/Drafts/Drafts.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Drafts/Drafts.hooks.php
@@ -19,7 +19,7 @@
2020 $wgExtModifiedFields[] = array(
2121 'drafts',
2222 'draft_token',
23 - dirname( __FILE__ ) . '/Drafts.patch.draft_token.sql'
 23+ dirname( __FILE__ ) . '/patch-draft_token.sql'
2424 );
2525
2626 return true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55638Didn't notice r54759, moving the existing patch to a more standard name (foll...werdna18:21, 27 August 2009

Status & tagging log