Skip to content

Commit 12830b3

Browse files
authored
com_templates removal of PHP warnings (#31749)
* com_templates removes php warnings * remove gitignore from /vendor/
1 parent e34d513 commit 12830b3

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_templates/views/template/tmpl

1 file changed

+1
-1
lines changed

administrator/components/com_templates/views/template/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function clearCoords()
511511
);
512512
?>
513513
<?php echo JLayoutHelper::render('joomla.modal.main', $folderModalData); ?>
514-
<?php if ($this->type != 'home') : ?>
514+
<?php if ($this->type == 'image') : ?>
515515
<?php // Resize Modal
516516
$resizeModalData = array(
517517
'selector' => 'resizeModal',

0 commit comments

Comments
 (0)