summaryrefslogtreecommitdiff
path: root/archlinuxaba/bareos/0003-zend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'archlinuxaba/bareos/0003-zend.patch')
-rw-r--r--archlinuxaba/bareos/0003-zend.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/archlinuxaba/bareos/0003-zend.patch b/archlinuxaba/bareos/0003-zend.patch
new file mode 100644
index 0000000..0c136fa
--- /dev/null
+++ b/archlinuxaba/bareos/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);
+ }