[Pkg-owncloud-commits] [owncloud] 07/18: Use context function call instead of static

David Prévot taffit at moszumanska.debian.org
Sat Sep 19 14:16:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 349c650535fc285833f3db4f300809adf4144a44
Author: Joas Schilling <nickvergessen at owncloud.com>
Date:   Mon Sep 7 14:28:20 2015 +0200

    Use context function call instead of static
---
 apps/files_sharing/lib/sharedmount.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/lib/sharedmount.php b/apps/files_sharing/lib/sharedmount.php
index 7b7a465..1f5159a 100644
--- a/apps/files_sharing/lib/sharedmount.php
+++ b/apps/files_sharing/lib/sharedmount.php
@@ -75,7 +75,7 @@ class SharedMount extends MountPoint implements MoveableMount {
 		);
 
 		if ($newMountPoint !== $share['file_target']) {
-			self::updateFileTarget($newMountPoint, $share);
+			$this->updateFileTarget($newMountPoint, $share);
 			$share['file_target'] = $newMountPoint;
 			$share['unique_name'] = true;
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list