update public interface for getUserFolder

remotes/origin/fix-10825
Morris Jobke 12 years ago
parent 06e6f10ce4
commit ac6324a5d0
  1. 3
      lib/public/iservercontainer.php

@ -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…
Cancel
Save