summarylogtreecommitdiffstats
path: root/0003-zend.patch
diff options
context:
space:
mode:
authorkhvalera2023-03-03 00:22:26 +0200
committerkhvalera2023-03-03 00:22:26 +0200
commit0fc12db76364adbe4765135289876a57ab53a817 (patch)
treeccf351d54a8239e5d4982e5389ab9b4a5f0cfc9f /0003-zend.patch
parent98ecb1223c8436c4e78fd3e2104023e7c5728b99 (diff)
downloadaur-0fc12db76364adbe4765135289876a57ab53a817.tar.gz
22.0.2
Diffstat (limited to '0003-zend.patch')
-rw-r--r--0003-zend.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0003-zend.patch b/0003-zend.patch
deleted file mode 100644
index 0c136fa0c0bf..000000000000
--- a/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);
- }