fix html.form.class.php

This commit is contained in:
Milen Karaganski 2022-12-17 18:02:42 +02:00
parent 52ec95d7bf
commit ae3b9970dd

View File

@ -7286,7 +7286,7 @@ class Form
$out .= $this->selectProjectsList($selected, $htmlname, $filtertype, $limit, $status, 0, $socid, $showempty, $forcecombo, $morecss);
}
if (!empty($nooutput)) print $out;
if (empty($nooutput)) print $out;
else return $out;
}