mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed error of php
This commit is contained in:
parent
4180f2e344
commit
a168136750
@ -944,6 +944,7 @@ function html_print_input_text ($name, $value, $alt = '', $size = 50, $maxlength
|
||||
if ($size == 0)
|
||||
$size = 10;
|
||||
|
||||
$attr = array();
|
||||
if ($required)
|
||||
$attr = array('required' => 'required');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user