Skip to content

Commit c94c336

Browse files
author
mikolajmeller
committed
fix(PLATFORM-10832): alternative fix
1 parent 378c4ad commit c94c336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UsingDataHooks.php

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public function onParserClearState( $parser ): bool {
151151
};
152152

153153
try {
154+
$this->isInDataSearchMode = true;
154155
$dataParser = clone $parser;
155156
$hookRunnerProperty->setValue( $dataParser, $newHookRunner );
156157
$callback( $dataParser );

0 commit comments

Comments
 (0)