From 30d47732bd653cc38c6299aa01351daf049027db Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Tue, 9 Aug 2011 00:12:06 +0200
Subject: [PATCH] dont show an error if openid is dissabled

---
 settings/index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings/index.php b/settings/index.php
index 60cfd19c3f..9669b5b3db 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);
 }
-- 
GitLab