Make mw.jqueryMsg understand gender.
[lhc/web/wiklou.git] / maintenance / populateRevisionLength.php
index ff053d1..6626cbc 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Populates the rev_len field for old revisions created before MW 1.10.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -37,10 +37,6 @@ class PopulateRevisionLength extends LoggedUpdateMaintenance {
                return 'rev_len column of revision table already populated.';
        }
 
-       protected function updatelogFailedMessage() {
-               return 'Could not insert rev_len population row.';
-       }
-
        public function doDBUpdates() {
                $db = $this->getDB( DB_MASTER );
                if ( !$db->tableExists( 'revision' ) ) {