Skip to content

Commit

Permalink
Issue #109
Browse files Browse the repository at this point in the history
Handles creation of dynamic property block_multiblock::$blocks is deprecated in [dirroot]/blocks/multiblock/block_multiblock.php on line 93
  • Loading branch information
ewallah authored Mar 7, 2024
1 parent 2251679 commit 0111f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions block_multiblock.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ class block_multiblock extends block_base {
/** @var object $output Temporary storage of the injected page renderer so we can pass it to child blocks at render time. */
private $output;

/** @var array $blocks Collection of child blocks handled. */
private $blocks;

/**
* Core function used to initialize the block.
*/
Expand Down

0 comments on commit 0111f37

Please sign in to comment.