X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FImagePage.php;h=5dd1fb0a8504b15cc5a277c8ca42a460eb3709d8;hb=9f6afeab0dbdf6895645d42f5c68266742ebb9b7;hp=3aeb70afe8fee223f34a1681f693d60ab776eb92;hpb=375ad98780afd2ba3810884fe6d317906d019a39;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 3aeb70afe8..5dd1fb0a85 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -990,7 +990,7 @@ class ImageHistoryList extends ContextSource { $img = $iscur ? $file->getName() : $file->getArchiveName(); $userId = $file->getUser( 'id' ); $userText = $file->getUser( 'text' ); - $description = $file->getDescription(); + $description = $file->getDescription( File::FOR_THIS_USER, $user ); $local = $this->current->isLocal(); $row = $selected = '';