Skip to content
Snippets Groups Projects
Commit 30d47732 authored by Robin Appelman's avatar Robin Appelman
Browse files

dont show an error if openid is dissabled

parent 8d03f030
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ $tmpl->assign('usage_relative',$relative);
$tmpl->assign('languages',$languages);
$forms=OC_App::getForms('personal');
$tmpl->assign('forms',array());
foreach($forms as $form){
$tmpl->append('forms',$form);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment