update public interface for getUserFolder
This commit is contained in:
parent
06e6f10ce4
commit
ac6324a5d0
|
@ -81,9 +81,10 @@ interface IServerContainer {
|
|||
/**
|
||||
* Returns a view to ownCloud's files folder
|
||||
*
|
||||
* @param string $userId user ID
|
||||
* @return \OCP\Files\Folder
|
||||
*/
|
||||
function getUserFolder();
|
||||
function getUserFolder($userId = null);
|
||||
|
||||
/**
|
||||
* Returns an app-specific view in ownClouds data directory
|
||||
|
|
Loading…
Reference in New Issue