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