mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
Merge pull request #41 from Mibew/each_reset_stop_token
Reset stop token after iterations in each helper
This commit is contained in:
commit
44a6f96e96
@ -143,6 +143,8 @@ class Helpers
|
||||
$context->popKey();
|
||||
}
|
||||
}
|
||||
|
||||
$template->setStopToken(false);
|
||||
}
|
||||
|
||||
return $buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user