Skip to content

Commit 1f45a7b

Browse files
committed
Remove duplicate tag [close #64]
1 parent 58f444f commit 1f45a7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com_swjprojects/site/models/jupdate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ public function getExtensionXML($pk = null)
549549

550550
$tags = $update->addChild('tags');
551551
$tags->addChild('tag', $item->tag);
552-
$update->addChild('tag', $item->tag);
553552

554553
$targetPlatform = $update->addChild('targetPlatform');
555554
$targetPlatform->addAttribute('name', 'joomla');

0 commit comments

Comments
 (0)