make getUidAndFilename() private
This commit is contained in:
parent
fcfac51aa1
commit
a80ac9c492
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue