Code Duplication    Length = 5-5 lines in 2 locations

Sources/Post.php 2 locations

@@ 622-626 (lines=5) @@
619
			else
620
				isAllowedTo('modify_any');
621
622
			if ($context['can_announce'] && !empty($row['id_action']))
623
			{
624
				loadLanguage('Errors');
625
				$context['post_error']['messages'][] = $txt['error_topic_already_announced'];
626
			}
627
628
			if (!empty($modSettings['attachmentEnable']))
629
			{
@@ 739-743 (lines=5) @@
736
		else
737
			isAllowedTo('modify_any');
738
739
		if ($context['can_announce'] && !empty($row['id_action']))
740
		{
741
			loadLanguage('Errors');
742
			$context['post_error']['messages'][] = $txt['error_topic_already_announced'];
743
		}
744
745
		// When was it last modified?
746
		if (!empty($row['modified_time']))