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

index 838d997499ceea3a745b1811a9e0a9d6da7a561e..c9d67f8ee5644ba4dc48bc6bbaed9aa907229ef0 100644 (file)
@@ -82,7 +82,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);
                if ( $uid != \OCP\User::getUser() ) {