Skip to content

Commit

Permalink
Ticket #841
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Sep 4, 2017
1 parent d58a7af commit c98420d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/boonex/albums/classes/BxAlbumsTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function getNextPrevMedia($aMediaInfo, $isNext, $sContext, $aParamsSearch
return $a;
}

function entryAttachments ($aData)
function entryAttachments ($aData, $aParams = array())
{
$oModule = BxDolModule::getInstance($this->MODULE);
$CNF = &$oModule->_oConfig->CNF;
Expand Down
2 changes: 1 addition & 1 deletion modules/boonex/shopify/classes/BxShopifyTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function entryText ($aData, $sTemplateName = 'entry-text.html')
));
}

public function entryAttachments ($aData)
public function entryAttachments ($aData, $aParams = array())
{
$sPopupId = 'bx-messages-atachment-popup-{id}';
return $this->parseHtmlByName('attachments.html', array(
Expand Down

0 comments on commit c98420d

Please sign in to comment.