diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-12-22 09:53:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 09:53:31 +0100 |
commit | adc4f1a8113f33c206a15545b4e4911f4d73234f (patch) | |
tree | 279a51651e04f4216565825597871199f32b42a6 /apps/files_sharing/lib | |
parent | 72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff) | |
parent | 68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff) | |
download | nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.tar.gz nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.zip |
Merge pull request #22916 from J0WI/unifiy-links-to-php.net
Unify links to php.net
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/SharedStorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index 982778cf8cc..567f02bb192 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -297,7 +297,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto } /** - * see http://php.net/manual/en/function.rename.php + * see https://www.php.net/manual/en/function.rename.php * * @param string $path1 * @param string $path2 |