X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Flogging%2FLogEntry.php;h=bf35d78d25a80c4067ffc6764ebca655340709af;hb=28cb34cfae46c29033f10a3b192ec3e5bde3f6b7;hp=8b51932be77c141633a085dcf3d786a9e6f605d2;hpb=f0bef2cf6994c49031d89425b3b3c56fd0e89a65;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 8b51932be7..bf35d78d25 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -383,7 +383,7 @@ class RCDatabaseLogEntry extends DatabaseLogEntry { public function getComment() { return CommentStore::newKey( 'rc_comment' ) - // Legacy because the row probably used RecentChange::selectFields() + // Legacy because the row may have used RecentChange::selectFields() ->getCommentLegacy( wfGetDB( DB_REPLICA ), $this->row )->text; }