diff --git a/lib/private/files/cache/updater.php b/lib/private/files/cache/updater.php index 6d016f9dea..e711b21e34 100644 --- a/lib/private/files/cache/updater.php +++ b/lib/private/files/cache/updater.php @@ -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);