Skip to content

Commit 378606f

Browse files
authored
Merge pull request #19 from duboism/undeclared_property
Declare property blockparents
2 parents 1b2b7f2 + 6fd6375 commit 378606f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HTML/Template/IT.php

+7
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,13 @@ class HTML_Template_IT
271271
*/
272272
var $blockinner = array();
273273

274+
/**
275+
* Array of parent block of a block.
276+
* @var array
277+
* @access private
278+
*/
279+
var $blockparents = array();
280+
274281
/**
275282
* List of blocks to preverse even if they are "empty".
276283
*

0 commit comments

Comments
 (0)