r23465 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r23464
|
r23465
|
r23466
>
Date:
08:43, 27 June 2007
Author:
robchurch
Status:
old
Tags:
Comment:
Forgot to encode blob...
Modified paths:
/branches/robchurch/logs/includes/LogPage.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/robchurch/logs/includes/LogPage.php
—
—
@@ -209,7 +209,7 @@
210
210
'',
211
211
$this->type,
212
212
$action,
213
- $params
213
+ self::makeParamBlob( $params )
214
214
);
215
215
}
216
216
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23465
[
removed:
ok
added:
old]