Browse Source

I meant to remove that...

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 11 năm trước cách đây
mục cha
commit
6397a5352a
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Sources/PersonalMessage.php

+ 0 - 3
Sources/PersonalMessage.php

@@ -183,9 +183,6 @@ function MessageMain()
 	$context['drafts_pm_save'] = !empty($modSettings['drafts_pm_enabled']) && allowedTo('pm_draft');
 	$context['drafts_autosave'] = !empty($context['drafts_pm_save']) && !empty($modSettings['drafts_autosave_enabled']) && allowedTo('pm_autosave_draft');
 
-	// Which message are we displaying for the delete confirm popup?
-	$context['delete_confirm'] = ($context['display_mode'] == 2) ? $txt['remove_conversation'] : $txt['delete_message'];
-
 	// Build the linktree for all the actions...
 	$context['linktree'][] = array(
 		'url' => $scripturl . '?action=pm',