diff --git a/lib/view.php b/lib/view.php index 511d4f73..89a9dea5 100644 --- a/lib/view.php +++ b/lib/view.php @@ -41,7 +41,7 @@ class View extends \OC\Files\View{ throw new \Exception('Original document doesn\'t exist any more'); } - $newName = '/' . sha1($view->file_get_contents($path)) . '.odt'; + $newName = '/' . sha1($view->file_get_contents($relPath)) . '.odt'; $view->copy($relPath, self::OFFICE_DIRNAME . $newName); \OC_FileProxy::$enabled = $proxyStatus;