r95434 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95433
|
r95434
|
r95435
>
Date:
19:53, 24 August 2011
Author:
hashar
Status:
ok
Tags:
Comment:
new accessor for CodeRevision repository
Modified paths:
/trunk/extensions/CodeReview/backend/CodeRevision.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/backend/CodeRevision.php
—
—
@@ -183,6 +183,14 @@
184
184
}
185
185
186
186
/**
187
+ * @return CodeRepository
188
+ */
189
+ public function getRepo() {
190
+ return $this->repo;
191
+ }
192
+
193
+
194
+ /**
187
195
* @return String
188
196
*/
189
197
public function getAuthor() {
Status & tagging log
19:54, 24 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r95434
[
removed:
new
added:
ok]