Skip to content

Commit

Permalink
com_templates removal of PHP warnings (#31749)
Browse files Browse the repository at this point in the history
* com_templates removes php warnings

* remove gitignore from /vendor/
  • Loading branch information
jsubri authored Dec 21, 2020
1 parent e34d513 commit 12830b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function clearCoords()
);
?>
<?php echo JLayoutHelper::render('joomla.modal.main', $folderModalData); ?>
<?php if ($this->type != 'home') : ?>
<?php if ($this->type == 'image') : ?>
<?php // Resize Modal
$resizeModalData = array(
'selector' => 'resizeModal',
Expand Down

0 comments on commit 12830b3

Please sign in to comment.