r108901 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108900
|
r108901
|
r108902
>
Date:
14:18, 14 January 2012
Author:
ialex
Status:
ok
Tags:
Comment:
Fix for
r107939
: PHP Notice: Undefined variable: exportall in includes/specials/SpecialExport.php on line 173 when the "export all" checkbox is not checked
Modified paths:
/trunk/phase3/includes/specials/SpecialExport.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialExport.php
—
—
@@ -55,6 +55,7 @@
56
56
$request->getIntOrNull( 'pagelink-depth' )
57
57
);
58
58
$nsindex = '';
59
+ $exportall = false;
59
60
60
61
if ( $request->getCheck( 'addcat' ) ) {
61
62
$page = $request->getText( 'pages' );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107939
Allow new checkbox on Special::Export to export all pages. See
bug 10574
.
greg
21:08, 3 January 2012
Status & tagging log
17:47, 14 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108901
[
removed:
new
added:
ok]