mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 04:05:07 +03:00 
			
		
		
		
	Merge pull request #130 from JustBlackBird/fix_var_export
Fix exception message in Context::_findVariableInContext
This commit is contained in:
		
						commit
						a47d7e0fb2
					
				@ -288,7 +288,7 @@ class Context
 | 
			
		||||
            throw new \InvalidArgumentException(
 | 
			
		||||
                sprintf(
 | 
			
		||||
                    'Can not find variable in context: "%s"',
 | 
			
		||||
                    var_export($variable, true)
 | 
			
		||||
                    $inside
 | 
			
		||||
                )
 | 
			
		||||
            );
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user