r79627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79626‎ | r79627 | r79628 >
Date:22:39, 4 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix path name/class name from r79626
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.php (modified) (history)
  • /trunk/extensions/CodeReview/ui/CodeCommentsAuthorListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.php
@@ -70,7 +70,7 @@
7171 $wgAutoloadClasses['CodeStatusListView'] = $dir . 'ui/CodeStatusListView.php';
7272 $wgAutoloadClasses['CodeTagListView'] = $dir . 'ui/CodeTagListView.php';
7373 $wgAutoloadClasses['CodeCommentsListView'] = $dir . 'ui/CodeCommentsListView.php';
74 -$wgAutoloadClasses['CodeCommentAuthorListView'] = $dir . 'ui/CodeCommentAuthorListView.php';
 74+$wgAutoloadClasses['CodeCommentsAuthorListView'] = $dir . 'ui/CodeCommentsAuthorListView.php';
7575 $wgAutoloadClasses['CodeReleaseNotes'] = $dir . 'ui/CodeReleaseNotes.php';
7676 $wgAutoloadClasses['CodeStatusChangeListView'] = $dir . 'ui/CodeStatusChangeListView.php';
7777 $wgAutoloadClasses['SpecialCode'] = $dir . 'ui/SpecialCode.php';
Index: trunk/extensions/CodeReview/ui/CodeCommentsAuthorListView.php
@@ -1,6 +1,6 @@
22 <?php
33
4 -class CodeCommentAuthorListView extends CodeCommentsListView {
 4+class CodeCommentsAuthorListView extends CodeCommentsListView {
55 function __construct( $repo, $author ) {
66 parent::__construct( $repo );
77 $this->mAuthor = $author;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79626Fixup parameters from r79625reedy22:37, 4 January 2011

Status & tagging log