diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-09 00:12:06 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-09 00:12:20 +0200 |
commit | 30d47732bd653cc38c6299aa01351daf049027db (patch) | |
tree | 68381a64aa9e3913f54622e71757855fdb24b86e /settings | |
parent | 8d03f03081b24d5491c52db4ad47768222a013c6 (diff) | |
download | nextcloud-server-30d47732bd653cc38c6299aa01351daf049027db.tar.gz nextcloud-server-30d47732bd653cc38c6299aa01351daf049027db.zip |
dont show an error if openid is dissabled
Diffstat (limited to 'settings')
-rw-r--r-- | settings/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/index.php b/settings/index.php index 60cfd19c3fd..9669b5b3dba 100644 --- a/settings/index.php +++ b/settings/index.php @@ -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); } |