X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2FHistoryBlob.php;h=56cf815e457f6af855a8a672c6473ab9f7c5b2c3;hb=1c7f71cefab6a2b3163312bccaa3c46bc61b063d;hp=3d86201c94657958addfd9681e64f22cdb63e381;hpb=8c1086225d413bca03e2fce7b8f947e68d0a3a7e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index 3d86201c94..56cf815e45 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -590,7 +590,7 @@ class DiffHistoryBlob implements HistoryBlob { /** * Compute a binary "Adler-32" checksum as defined by LibXDiff, i.e. with - * the bytes backwards and initialised with 0 instead of 1. See bug 34428. + * the bytes backwards and initialised with 0 instead of 1. See T36428. * * @param string $s * @return string|bool False if the hash extension is not available