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 @@
20
20
$wgExtModifiedFields[] = array(
21
21
'drafts',
22
22
'draft_token',
23
- dirname( __FILE__ ) . '/Drafts.patch.draft_token.sql'
23
+ dirname( __FILE__ ) . '/patch-draft_token.sql'
24
24
);
25
25
26
26
return true;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r55638
Didn't notice
r54759
, moving the existing patch to a more standard name (foll...
werdna
18:21, 27 August 2009
Status & tagging log
20:17, 4 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r55866
[
removed:
new
added:
ok]