r90029 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90028
|
r90029
|
r90030
>
Date:
02:34, 14 June 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Fixed bogus code line
Modified paths:
/trunk/extensions/FlaggedRevs/dataclasses/FRUserActivity.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/FlaggedRevs/dataclasses/FRUserActivity.php
—
—
@@ -171,6 +171,6 @@
172
172
$wgMemc->delete( $key );
173
173
}
174
174
}
175
- $this->unlock();
175
+ $wgMemc->unlock( $key );
176
176
}
177
177
}
Follow-up revisions
Revision
Commit summary
Author
Date
r90030
Fixed a similar bogus line as in
r90029
aaron
02:44, 14 June 2011
Status & tagging log
23:30, 14 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r90029
[
removed:
new
added:
ok]