mirror of
https://github.com/friendica/friendica
synced 2025-05-01 23:04:24 +02:00
Update "storage" console command
add support to move data in 'attach' table
This commit is contained in:
parent
651834f7d1
commit
24d7ffa3fe
3 changed files with 21 additions and 5 deletions
|
@ -224,7 +224,7 @@ class Attach extends BaseObject
|
|||
|
||||
$data = @file_get_contents($src);
|
||||
|
||||
return self::store($data, $uid, $filename, '', null, $allow_cid, $allow_gid, $deny_cid, $deny_gid);
|
||||
return self::store($data, $uid, $filename, '', null, $allow_cid, $allow_gid, $deny_cid, $deny_gid);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue