mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
replaced usage of array_replace by array_merge (for 5.2 compatibility)
This commit is contained in:
@@ -144,7 +144,7 @@ class Twig_Node_Module extends Twig_Node
|
||||
}
|
||||
|
||||
$compiler
|
||||
->write("\$this->blocks = array_replace(\n")
|
||||
->write("\$this->blocks = array_merge(\n")
|
||||
->indent()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user