mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 02:26:41 +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();
|
$context->popKey();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$template->setStopToken(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $buffer;
|
return $buffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user