program/steps/addressbook/edit.inc
@@ -105,8 +105,8 @@ $OUTPUT->add_handler('contacteditform', 'rcmail_contact_editform'); if (!$CONTACTS->get_result() && $OUTPUT->template_exists('addcontact')) $OUTPUT->send('addcontact'); if (!$CONTACTS->get_result() && $OUTPUT->template_exists('contactadd')) $OUTPUT->send('contactadd'); // this will be executed if no template for addcontact exists $OUTPUT->send('editcontact'); $OUTPUT->send('contactedit');