fix: Added variable to have attribute with no ids flag from fetchEvent

pull/3766/head
chrisr3d 2018-09-25 20:13:20 +02:00
parent 8a4911d18c
commit 52115cdf85
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class StixExport
{
private $__tmpDir = APP . 'files/scripts/';
private $end_of_cmd = ' 2>' . APP . 'tmp/logs/exec-errors.log';
public $non_restrictive_export = true;
public function handler($data, $options = array())
{
$randomFileName = $this->generateRandomFileName();