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/base.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/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 47064c103e7..4f8d97ac95d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -181,7 +181,7 @@ class OC { OC_Template::printErrorPage( "Can't write into config directory!", 'This can usually be fixed by ' - .'<a href="' . link_to_docs('admin-dir_permissions') . '" target="_blank">giving the webserver write access to the config directory</a>.' + .'<a href="' . \OC_Helper::linkToDocs('admin-dir_permissions') . '" target="_blank">giving the webserver write access to the config directory</a>.' ); } } |