dont show an error if openid is dissabled

This commit is contained in:
Robin Appelman 2011-08-09 00:12:06 +02:00
parent 8d03f03081
commit 30d47732bd
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}