Merge pull request #41 from Mibew/each_reset_stop_token

Reset stop token after iterations in each helper
This commit is contained in:
Behrooz Shabani 2014-01-28 07:45:19 -08:00
commit 44a6f96e96

View File

@ -143,6 +143,8 @@ class Helpers
$context->popKey(); $context->popKey();
} }
} }
$template->setStopToken(false);
} }
return $buffer; return $buffer;