* 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:00 +00:00
parent 24481b5274
commit 177083c730

View File

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