We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e63b56 + 4500ebb commit c5876adCopy full SHA for c5876ad
1 file changed
src/EntityImporter.php
@@ -53,7 +53,7 @@ public function __construct(
53
$this->logger = $logger;
54
55
$this->idParser = new BasicEntityIdParser();
56
- $this->importUser = User::newFromId( 0 );
+ $this->importUser = User::newFromSession();
57
$this->batchSize = 10;
58
}
59
0 commit comments