r58162 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r58161
|
r58162
|
r58163
>
Date:
19:46, 26 October 2009
Author:
yaron
Status:
deferred
Tags:
Comment:
Added escaping of "edit summary", to fix handling of quotes
Modified paths:
/trunk/extensions/SemanticForms/includes/SF_Utils.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/SF_Utils.inc
—
—
@@ -60,6 +60,7 @@
61
61
else
62
62
$token = EDIT_TOKEN_SUFFIX;
63
63
64
+ $edit_summary = htmlspecialchars($edit_summary);
64
65
if ($is_save)
65
66
$action = "wpSave";
66
67
elseif ($is_preview)
Status & tagging log
18:09, 30 October 2009
😂
(
talk
|
contribs
)
changed the
status
of r58162
[
removed:
new
added:
deferred]