|
@@ -252,6 +252,7 @@ class abook_local_file extends addressbook_backend {
|
|
return $this->set_error($this->filename . ':' . _("Unable to update"));
|
|
return $this->set_error($this->filename . ':' . _("Unable to update"));
|
|
}
|
|
}
|
|
@unlink($this->filename . '.tmp');
|
|
@unlink($this->filename . '.tmp');
|
|
|
|
+ @chmod($this->filename, 0600);
|
|
$this->unlock();
|
|
$this->unlock();
|
|
$this->open(true);
|
|
$this->open(true);
|
|
return true;
|
|
return true;
|