summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
commit465ce18af230298a5c9ae59948a19e2481c66552 (patch)
treefc39c53ce710d82dbc19c4a51d854c43380de93d /vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
parent44b375abcee5d58bf9c5a3288c40e959755d0ba0 (diff)
downloadwebtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.gz
webtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.bz2
webtrees-465ce18af230298a5c9ae59948a19e2481c66552.zip
Update vendor libraries
Diffstat (limited to 'vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php')
-rw-r--r--vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php b/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
index 27a9a82524..be06a61c40 100644
--- a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
+++ b/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
@@ -171,7 +171,7 @@ class DumpDataCollector extends DataCollector implements DataDumperInterface
}
$this->data = array();
$this->dataCount = 0;
- $this->isCollected = false;
+ $this->isCollected = true;
$this->clonesCount = 0;
$this->clonesIndex = 0;
}