diff --git a/setup/benchmark.php b/setup/benchmark.php index c87f658f4..bef9b9d8b 100644 --- a/setup/benchmark.php +++ b/setup/benchmark.php @@ -458,7 +458,7 @@ class BenchmarkDataCreation for($i = 0 ; $i < $this->m_aPlanned['Documents'] ; $i++) { $aData = array( - //'org_id' => $iOrg, + 'org_id' => $iOrg, 'name' => "document$i", 'contents' => $oRefDoc, );