Skip to content

Commit

Permalink
11.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 2, 2024
1 parent b54d247 commit 14d1820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Framework/lib/view/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function df_block($c, $data = [], string $t = '', array $vars = []):IB {
*/
function df_block_output($c, string $t = '', array $vars = [], array $d = []):string {return df_block(...(
!$t
? [$c, $d, null, $vars]
? [$c, $d, '', $vars]
: [null, $d, df_asset_name($t, df_contains($t, '::') ? null : df_module_name($c)), $vars]
/**
* @uses \Magento\Framework\View\Element\AbstractBlock::toHtml()
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "11.3.2"
,"version": "11.3.3"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit 14d1820

Please sign in to comment.