From b02a15ceb8dd23a9e07df8a098bfae4a9f13df0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 16 Dec 2013 16:58:01 +0100 Subject: add getOwner to Home Storage --- lib/files/storage/home.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/files/storage/home.php b/lib/files/storage/home.php index 533fe5fe390..82924f9869a 100644 --- a/lib/files/storage/home.php +++ b/lib/files/storage/home.php @@ -28,4 +28,14 @@ class Home extends Local { public function getId() { return 'home::' . $this->user; } + + /** + * get the owner of a path + * + * @param string $path The path to get the owner + * @return string uid or false + */ + public function getOwner($path) { + return $this->user; + } } -- cgit v1.2.3