aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2020-05-28 18:10:37 +0000
committerUmherirrender <umherirrender_de.wp@web.de>2020-05-28 18:10:37 +0000
commitcd522341b2dd81d766d452066c0cb2d5b44fe1b0 (patch)
tree9d3a76c1d12eb9dafa728bfb0234b23e25c7a3a0 /includes
parentb96d2808fd743efb6f0a6f2c4ed7697e3b3682f0 (diff)
downloadmediawikicore-cd522341b2dd81d766d452066c0cb2d5b44fe1b0.tar.gz
mediawikicore-cd522341b2dd81d766d452066c0cb2d5b44fe1b0.zip
Revert "RCDatabaseLogEntry: add a method to get the last rev_id"
This reverts commit b96d2808fd743efb6f0a6f2c4ed7697e3b3682f0. This class should only be used in context of the LogFormatter and the method is not needed there. This was added in 1.35 and the revert should be part of 1.35 to avoid deprecation process. Change-Id: I13b5fd2989f9e640718ecf5083f83017abefef25 Depends-On: I3af1e42594f8235be815ce38e3411c762ae01092
Diffstat (limited to 'includes')
-rw-r--r--includes/logging/RCDatabaseLogEntry.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/logging/RCDatabaseLogEntry.php b/includes/logging/RCDatabaseLogEntry.php
index f407599b1ecd..4dc40373ff8d 100644
--- a/includes/logging/RCDatabaseLogEntry.php
+++ b/includes/logging/RCDatabaseLogEntry.php
@@ -41,16 +41,6 @@ class RCDatabaseLogEntry extends DatabaseLogEntry {
return $this->row->rc_this_oldid;
}
- /**
- * Get the rev_id associated to the parent revision
- * @since 1.35
- *
- * @return string
- */
- public function getParentRevId() {
- return $this->row->rc_last_oldid;
- }
-
public function getType() {
return $this->row->rc_log_type;
}