mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Issue 4814: Unify the temp path location
This commit is contained in:
parent
d9a740d485
commit
db4608a9b5
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ class Diaspora_Connection {
|
|||
$this->setPassword($password);
|
||||
}
|
||||
|
||||
$this->cookiejar = tempnam(sys_get_temp_dir(), 'cookies');
|
||||
$this->cookiejar = tempnam(get_temppath(), 'cookies');
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue