aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/index.php1
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);
}