r56641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56640‎ | r56641 | r56642 >
Date:16:28, 19 September 2009
Author:aaron
Status:ok
Tags:
Comment:
bug 20739: fix call to missing function
Modified paths:
  • /trunk/phase3/includes/filerepo/ArchivedFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ArchivedFile.php
@@ -344,6 +344,15 @@
345345 }
346346
347347 /**
 348+ * Returns the deletion bitfield
 349+ * @return int
 350+ */
 351+ public function getVisibility() {
 352+ $this->load();
 353+ return $this->deleted;
 354+ }
 355+
 356+ /**
348357 * int $field one of DELETED_* bitfield constants
349358 * for file or revision rows
350359 * @return bool

Follow-up revisions

RevisionCommit summaryAuthorDate
r56642merged r56641: fix call to missing functionaaron16:29, 19 September 2009

Status & tagging log