Ticket #1486475: archive.patch
| File archive.patch, 582 bytes (added by dennylin93, 3 years ago) |
|---|
-
plugins/archive/archive.php
22 22 23 23 $rcmail = rcmail::get_instance(); 24 24 if ($rcmail->task == 'mail' && ($rcmail->action == '' || $rcmail->action == 'show') 25 && ($archive_folder = $rcmail->config->get('archive_mbox'))) { 25 && ($archive_folder = $rcmail->config->get('archive_mbox')) 26 && !empty($rcmail->user->ID)) { 26 27 27 28 $skin_path = $this->local_skin_path(); 28 29
