r90030 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90029
|
r90030
|
r90031
>
Date:
02:44, 14 June 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Fixed a similar bogus line as in
r90029
Modified paths:
/trunk/extensions/FlaggedRevs/dataclasses/FRUserActivity.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/FlaggedRevs/dataclasses/FRUserActivity.php
—
—
@@ -102,7 +102,7 @@
103
103
$wgMemc->delete( $key );
104
104
}
105
105
}
106
- $this->unlock();
106
+ $wgMemc->unlock( $key );
107
107
}
108
108
109
109
/*
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r90029
Fixed bogus code line
aaron
02:34, 14 June 2011
Status & tagging log
23:30, 14 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r90030
[
removed:
new
added:
ok]