dont show an error if openid is dissabled
This commit is contained in:
parent
8d03f03081
commit
30d47732bd
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue