From b6eda8dbfc9880239bdc622a0b6988ad0a8ab722 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Tue, 4 Jun 2019 16:00:33 +0200 Subject: Fix profile link to mark angels as arrived --- includes/sys_form.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'includes/sys_form.php') diff --git a/includes/sys_form.php b/includes/sys_form.php index af8d094a..de271eda 100644 --- a/includes/sys_form.php +++ b/includes/sys_form.php @@ -204,6 +204,7 @@ function form_info($label, $text = '') * @param string $label * @param string $class * @param bool $wrapForm + * @param string $buttonType * @return string */ function form_submit($name, $label, $class = '', $wrapForm = true, $buttonType = 'primary') @@ -402,11 +403,12 @@ function form_element($label, $input, $for = '') * * @param string[] $elements * @param string $action + * @param bool $inline * @return string */ -function form($elements, $action = '') +function form($elements, $action = '', $inline = false) { - return '
' + return '' . form_csrf() . join($elements) . '
'; -- cgit v1.2.3-70-g09d2