Skip to content

Commit

Permalink
Merge pull request #19 from duboism/undeclared_property
Browse files Browse the repository at this point in the history
Declare property blockparents
  • Loading branch information
duboism authored Dec 29, 2024
2 parents 1b2b7f2 + 6fd6375 commit 378606f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HTML/Template/IT.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ class HTML_Template_IT
*/
var $blockinner = array();

/**
* Array of parent block of a block.
* @var array
* @access private
*/
var $blockparents = array();

/**
* List of blocks to preverse even if they are "empty".
*
Expand Down

0 comments on commit 378606f

Please sign in to comment.