From d1b717b413e62562e399d42a0005fb37190112cb Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 4 May 2009 06:53:56 +0000 Subject: - more addressbooks hooks (#1485829) git-svn-id: https://svn.roundcube.net/trunk@2450 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/addcontact.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail') diff --git a/roundcubemail/program/steps/mail/addcontact.inc b/roundcubemail/program/steps/mail/addcontact.inc index 6ae0eec65..5f8c6d14d 100644 --- a/roundcubemail/program/steps/mail/addcontact.inc +++ b/roundcubemail/program/steps/mail/addcontact.inc @@ -43,7 +43,7 @@ if (!empty($_POST['_address']) && is_object($CONTACTS)) $OUTPUT->show_message('contactexists', 'warning'); else { - $plugin = $RCMAIL->plugins->exec_hook('create_contact', array('record' => $contact, 'source' => get_input_value('_source', RCUBE_INPUT_GPC))); + $plugin = $RCMAIL->plugins->exec_hook('create_contact', array('record' => $contact, 'source' => null)); $contact = $plugin['record']; if (!$plugin['abort'] && ($done = $CONTACTS->insert($contact))) -- cgit v1.2.3