Update "storage" console command
add support to move data in 'attach' table
This commit is contained in:
committed by
Hypolite Petovan
parent
651834f7d1
commit
24d7ffa3fe
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user