]> source.dussan.org Git - nextcloud-server.git/commitdiff
dont show an error if openid is dissabled
authorRobin Appelman <icewind1991@gmail.com>
Mon, 8 Aug 2011 22:12:06 +0000 (00:12 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Mon, 8 Aug 2011 22:12:20 +0000 (00:12 +0200)
settings/index.php

index 60cfd19c3fde2dd525e2e9ce92d869375ae2043a..9669b5b3dbaa7e49677ad28f99b4c01eddfc7d4e 100644 (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);
 }