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, 0 insertions, 11 deletions
diff --git a/archlinuxaba/bareos/0003-zend.patch b/archlinuxaba/bareos/0003-zend.patch
deleted file mode 100644
index 0c136fa..0000000
--- a/archlinuxaba/bareos/0003-zend.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }