diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-09 08:18:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-09 08:18:35 +0000 |
| commit | 3bf303341009103b86c6a57da2a752236eae604c (patch) | |
| tree | 22dad890acdce66a7eb0b843a5675c7750452157 /roundcubemail/plugins/squirrelmail_usercopy | |
| parent | fbacd3dab72dac6268fbe55e4b5260e3305609fa (diff) | |
Create plugin to present identities settings dialog to new users
git-svn-id: https://svn.roundcube.net/trunk@2728 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/squirrelmail_usercopy')
| -rw-r--r-- | roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php b/roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php index cc44f35e4..4a14ff2c9 100644 --- a/roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php +++ b/roundcubemail/plugins/squirrelmail_usercopy/squirrelmail_usercopy.php @@ -46,7 +46,10 @@ class squirrelmail_usercopy extends rcube_plugin if ($contacts && count($this->abook)) { foreach ($this->abook as $rec) $contacts->insert($rec, true); - } + } + + // mark identity as complete for following hooks + $p['complete'] = true; } return $p; |
