r80481 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80480‎ | r80481 | r80482 >
Date:01:00, 18 January 2011
Author:demon
Status:ok
Tags:
Comment:
(bug 26780) Fix fatal from refactoring in r76214
Modified paths:
  • /trunk/extensions/CodeReview/ui/SpecialRepoAdmin.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/SpecialRepoAdmin.php
@@ -124,7 +124,7 @@
125125 'repo_viewvc' => $viewPath,
126126 'repo_bugzilla' => $bugPath
127127 ),
128 - array( 'repo_id' => $this->mRepo->getId() ),
 128+ array( 'repo_id' => $this->repo->getId() ),
129129 __METHOD__
130130 );
131131 } else {

Follow-up revisions

RevisionCommit summaryAuthorDate
r805291.17: MFT r80163, r80222, r80223, r80319, r80322, r80472, r80481, r80492catrope23:00, 18 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76214General code cleanup to CR:...demon20:11, 6 November 2010

Status & tagging log