r44016 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44015‎ | r44016 | r44017 >
Date:15:49, 28 November 2008
Author:aaron
Status:ok
Tags:
Comment:
+public
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php
@@ -20,9 +20,8 @@
2121 /**
2222 * @param Title $title
2323 * @param Row $row (from database)
24 - * @access private
2524 */
26 - function __construct( $title, $row ) {
 25+ public function __construct( $title, $row ) {
2726 $this->mTitle = $title;
2827 $this->mRevId = intval( $row->fr_rev_id );
2928 $this->mPageId = intval( $row->fr_page_id );

Status & tagging log