summarylogtreecommitdiffstats
path: root/0003-zend.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-zend.patch')
-rw-r--r--0003-zend.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0003-zend.patch b/0003-zend.patch
new file mode 100644
index 000000000000..0c136fa0c0bf
--- /dev/null
+++ b/0003-zend.patch
@@ -0,0 +1,11 @@
+--- webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php
++++ webui/vendor/zendframework/zend-stdlib/src/ArrayObject.php
+@@ -423,7 +423,7 @@ public function unserialize($data)
+ $this->setIteratorClass($v);
+ break;
+ case 'protectedProperties':
+- continue;
++ break;
+ default:
+ $this->__set($k, $v);
+ }