mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Fix handling table name during storage move
This commit is contained in:
parent
c079a35397
commit
16ff5af221
2 changed files with 6 additions and 4 deletions
|
@ -110,8 +110,8 @@ class StorageManager
|
|||
* Copy existing data to destination storage and delete from source.
|
||||
* This method cannot move to legacy in-table `data` field.
|
||||
*
|
||||
* @param string $dest Destination storage class name
|
||||
* @param array $tables Tables to look in for resources. Optional, defaults to ['photo', 'attach']
|
||||
* @param string $dest Destination storage class name
|
||||
* @param array|null $tables Tables to look in for resources. Optional, defaults to ['photo', 'attach']
|
||||
*
|
||||
* @throws \Exception
|
||||
* @return int Number of moved resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue