summarylogtreecommitdiffstats
path: root/0003-zend.patch
blob: 0c136fa0c0bf23fe366ba76af417e5e9692d10ee (plain)
1
2
3
4
5
6
7
8
9
10
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);
             }