jenkins-bot has submitted this change and it was merged.

Change subject: Revert visibility change on DiffHistoryBlob::$mCompressed
......................................................................


Revert visibility change on DiffHistoryBlob::$mCompressed

Changing the visibility from public to protected causes unserialization
to fail.

Bug: 65665
Change-Id: Id7ee2068749ff421fab4d1c9067763adf4b89563
(cherry picked from commit bebcf2c5838144821830158974b7bdabd00d6596)
---
M includes/HistoryBlob.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Anomie: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php
index e95536a..06e5ecc 100644
--- a/includes/HistoryBlob.php
+++ b/includes/HistoryBlob.php
@@ -374,7 +374,7 @@
        protected $mDefaultKey;
 
        /** @var string Compressed storage */
-       protected $mCompressed;
+       public $mCompressed;
 
        /** @var bool True if the object is locked against further writes */
        protected $mFrozen = false;

-- 
To view, visit https://gerrit.wikimedia.org/r/135089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id7ee2068749ff421fab4d1c9067763adf4b89563
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.24wmf6
Gerrit-Owner: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to