make getUidAndFilename() private

remotes/origin/stable6
Bjoern Schiessle 12 years ago
parent fcfac51aa1
commit a80ac9c492
  1. 2
      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);

Loading…
Cancel
Save