diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-02 19:11:46 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-02 19:11:46 +0100 |
commit | eb3c5070c0b753a379f9ccc99d6811bf83cf8603 (patch) | |
tree | eb5580c120f20310468e141f7df8668641329332 /lib/private/setup.php | |
parent | d25c8b43e651f15b78d83921b541f51e823edb5f (diff) | |
download | nextcloud-server-eb3c5070c0b753a379f9ccc99d6811bf83cf8603.tar.gz nextcloud-server-eb3c5070c0b753a379f9ccc99d6811bf83cf8603.zip |
replace template function link_to_docs() with \OC_Helper::linkToDocs()
Diffstat (limited to 'lib/private/setup.php')
-rw-r--r-- | lib/private/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/setup.php b/lib/private/setup.php index 3cc1d29c6a4..9c3034dc06b 100644 --- a/lib/private/setup.php +++ b/lib/private/setup.php @@ -183,7 +183,7 @@ class OC_Setup { $error = $l->t('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.'); $hint = $l->t('Please double check the <a href=\'%s\'>installation guides</a>.', - link_to_docs('admin-install')); + \OC_Helper::linkToDocs('admin-install')); OC_Template::printErrorPage($error, $hint); exit(); |