diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-02-16 19:45:00 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-02-17 22:07:14 +0100 |
commit | f47444e1f776912cbf141ec9cc3763110f4e3552 (patch) | |
tree | e50acafa0fc13b943aafc7b8f424cab142236363 /settings | |
parent | 5f3c54922773068091dfe8b40e3b407512ef4cfe (diff) | |
download | nextcloud-server-f47444e1f776912cbf141ec9cc3763110f4e3552.tar.gz nextcloud-server-f47444e1f776912cbf141ec9cc3763110f4e3552.zip |
Use separate function to make absolute urls
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 80d2cb0a86f..57731d979d9 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -41,7 +41,7 @@ <p class="personalblock"> <strong>WebDAV</strong> - <?php echo OC_Helper::linkTo('files', 'webdav.php', null, true); ?><br /> + <?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?><br /> <em><?php echo $l->t('use this address to connect to your ownCloud in your file manager');?></em> </p> |