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