make getUidAndFilename() private

This commit is contained in:
Bjoern Schiessle 2013-10-29 15:10:02 +01:00
parent fcfac51aa1
commit a80ac9c492
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Updater {
* @param string $filename
* @return array with the oweners uid and the owners path
*/
public static function getUidAndFilename($filename) {
private static function getUidAndFilename($filename) {
$uid = \OC\Files\Filesystem::getOwner($filename);
\OC\Files\Filesystem::initMountPoints($uid);