mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 12:05:09 +03:00 
			
		
		
		
	Reset stop token after iterations in each helper
This commit is contained in:
		
							parent
							
								
									8c686a924a
								
							
						
					
					
						commit
						f82c3a8098
					
				@ -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