diff options
Diffstat (limited to 'apps/files_external/personal.php')
-rwxr-xr-x | apps/files_external/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/personal.php b/apps/files_external/personal.php index b758e7e7eb0..dec501741b6 100755 --- a/apps/files_external/personal.php +++ b/apps/files_external/personal.php @@ -28,6 +28,7 @@ unset($backends['OC_Filestorage_Local']); $tmpl = new OCP\Template('files_external', 'settings'); $tmpl->assign('isAdminPage', false, false); $tmpl->assign('mounts', OC_Mount_Config::getPersonalMountPoints()); +$tmpl->assign('certs', OC_Mount_Config::getCertificates()); $tmpl->assign('backends', $backends); return $tmpl->fetchPage(); |