|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
<?php |
|
|
|
|
/** |
|
|
|
|
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> |
|
|
|
|
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> |
|
|
|
|
* This file is licensed under the Affero General Public License version 3 or |
|
|
|
|
* later. |
|
|
|
|
* See the COPYING-README file. |
|
|
|
@ -14,7 +14,7 @@ use OC\Files\Mount\MoveableMount; |
|
|
|
|
use OC\Files\Storage\Shared; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Person mount points can be moved by the user |
|
|
|
|
* Shared mount points can be moved by the user |
|
|
|
|
*/ |
|
|
|
|
class SharedMount extends Mount implements MoveableMount { |
|
|
|
|
/** |
|
|
|
|