Skip to content

Commit

Permalink
ProductCollection::addItemsToTemplate can accept any type of template (
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Dec 8, 2015
1 parent 07e389e commit ca38d9b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,12 @@ public function getNotificationTokens($intNotification)
/**
* Include downloads when adding items to template
*
* @param \Isotope\Template $objTemplate
* @param Callable $varCallable
* @param \Template $objTemplate
* @param Callable $varCallable
*
* @return array
*/
protected function addItemsToTemplate(\Isotope\Template $objTemplate, $varCallable = null)
protected function addItemsToTemplate(\Template $objTemplate, $varCallable = null)
{
$taxIds = array();
$arrItems = array();
Expand Down

0 comments on commit ca38d9b

Please sign in to comment.