Skip to content

Commit

Permalink
Update app/code/core/Mage/GoogleAnalytics/Helper/Data.php
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
  • Loading branch information
empiricompany and fballiano committed Jun 21, 2023
1 parent 9bc325f commit b66c7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/GoogleAnalytics/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@ public function getLastCategoryName($product): string
$_cat = Mage::getModel('catalog/category')->load($_lastCat);
return $_cat->getName();
}
return '';
}
}

0 comments on commit b66c7f0

Please sign in to comment.