summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 2015a0d7..3366346b 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -149,7 +149,7 @@ function form_radio($name, $label, $selected, $value) {
/**
* Rendert einen Infotext in das Formular
*/
-function form_info($label, $text) {
+function form_info($label, $text = "") {
if ($label == "")
return '<span class="help-block">' . $text . '</span>';
if ($text == "")