Skip to content

Commit

Permalink
Merge pull request #99 from Codencode/fix-ps_imageslider-adding-new-s…
Browse files Browse the repository at this point in the history
…lide-issue-35713

Fix: Adding new image slide in "Image slider" module (ps_imageslider) does not work
  • Loading branch information
nicosomb authored Mar 26, 2024
2 parents 6baeac7 + 040ffc5 commit 9183d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ps_imageslider.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@ public function headerHTML()
{
if ('AdminModules' !== Tools::getValue('controller') ||
Tools::getValue('configure') !== $this->name ||
Tools::getIsset('id_slide')) {
Tools::getIsset('id_slide') ||
Tools::getIsset('addSlide')) {
return;
}

Expand Down

0 comments on commit 9183d0c

Please sign in to comment.