* Addressbook: fixed copying a contact one can only read, gives a readonly popup with just a cancel button

This commit is contained in:
Ralf Becker 2015-08-20 13:05:17 +00:00
parent c2c2e907a7
commit d462aca4ff

View File

@ -2109,6 +2109,7 @@ window.egw_LAB.wait(function() {
$content['creator'] = $this->user;
$content['created'] = $this->now_su;
$content['msg'] = lang('Contact copied');
$view = false;
}
else
{