зеркало из https://github.com/nextcloud/activity.git
Fix getSourcePathAndOwner() for reshares
This commit is contained in:
Родитель
8e765d6623
Коммит
cebe6b28c1
|
@ -153,7 +153,7 @@ class Hooks {
|
|||
* @return array
|
||||
*/
|
||||
public static function getSourcePathAndOwner($path) {
|
||||
$uidOwner = \OC\Files\Filesystem::getOwner(dirname($path));
|
||||
$uidOwner = \OC\Files\Filesystem::getOwner($path);
|
||||
$fileInfo = \OC\Files\Filesystem::getFileInfo($path);
|
||||
$sourceFileInfo = $fileInfo->getData();
|
||||
$file_path = substr($sourceFileInfo['path'], strlen('files'));
|
||||
|
|
Загрузка…
Ссылка в новой задаче