Skip to content

Commit

Permalink
Forgot to uncomment some testing :(
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht authored Jan 10, 2019
1 parent 95779e0 commit 1cd7522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sql/GdprSqlBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function getInstance($dbSpec, $options, EventDispatcherInterface $
$event_dispatcher->dispatch(GdprDumperEvents::GDPR_EXPRESSIONS, $event);
// Add the configured GDPR expressions to the command.
if($expressions = Json::encode($event->getExpressions())){
//$options['extra-dump'] .= " --gdpr-expressions='$expressions'";
$options['extra-dump'] .= " --gdpr-expressions='$expressions'";
}
}

Expand All @@ -90,4 +90,4 @@ public static function getInstance($dbSpec, $options, EventDispatcherInterface $
return $instance;
}

}
}

0 comments on commit 1cd7522

Please sign in to comment.