diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-14 20:11:07 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-14 20:11:07 +0200 |
commit | 517105660d334b21b2e4b83d4c00704d9a5d275d (patch) | |
tree | b78cbb9318abde384311cbb5decfa10bac9234a1 /apps/files_encryption/tests/share.php | |
parent | 81ae4cb5d07c1a7bf40a283bdb7e52c33dc243c6 (diff) | |
download | nextcloud-server-517105660d334b21b2e4b83d4c00704d9a5d275d.tar.gz nextcloud-server-517105660d334b21b2e4b83d4c00704d9a5d275d.zip |
fix for public link share
Diffstat (limited to 'apps/files_encryption/tests/share.php')
-rwxr-xr-x | apps/files_encryption/tests/share.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index 850985c9f9f..b8433821d3b 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -428,7 +428,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase // some hacking to simulate public link $GLOBALS['app'] = 'files_sharing'; $GLOBALS['fileOwner'] = 'admin'; - $GLOBALS['fileSource'] = $fileInfo['fileid']; \OC_User::setUserId(''); // get file contents |