r56426 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56425
|
r56426
|
r56427
>
Date:
18:26, 16 September 2009
Author:
catrope
Status:
ok
Tags:
Comment:
EditToolbar: Fix stupid copypaste mess-up from
r56417
Modified paths:
/trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.hooks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.hooks.php
—
—
@@ -221,7 +221,7 @@
222
222
);
223
223
}
224
224
225
- if ( !$wgEditToolbarGlobalEnable && $wgEditToolbarUserEnable ) {
225
+ if ( !$wgEditToolbarCGDGlobalEnable && $wgEditToolbarCGDGlobalEnable ) {
226
226
wfLoadExtensionMessages( 'EditToolbar' );
227
227
$defaultPreferences['usebetatoolbar-cgd'] = array(
228
228
'type' => 'toggle',
Follow-up revisions
Revision
Commit summary
Author
Date
r56428
wmf-deployment-work: Merge
r56426
(fix stupid mistake in
r56417
, which...
catrope
18:27, 16 September 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r56417
UsabilityInitiative:...
catrope
15:33, 16 September 2009
Status & tagging log
23:41, 1 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r56426
[
removed:
new
added:
ok]