]> source.dussan.org Git - nextcloud-server.git/commitdiff
make getUidAndFilename() private
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 29 Oct 2013 14:10:02 +0000 (15:10 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Tue, 29 Oct 2013 14:10:02 +0000 (15:10 +0100)
lib/private/files/cache/updater.php

index 6d016f9deac4576f5c9efcb28286a236ba5dbc0f..e711b21e340ca1db6ab0a5057ff7418afec3cc8b 100644 (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);