mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
fix warnings
This commit is contained in:
@@ -38,7 +38,8 @@ class FormsController extends Controller
|
||||
|
||||
if ($oForm->isSubmitted()) {
|
||||
if ($oForm->isValid()) {
|
||||
IssueLog::Info('form is valid');
|
||||
$sDashletName = json_encode($sDashletClass);
|
||||
IssueLog::Debug("form for $sDashletName is valid");
|
||||
}
|
||||
|
||||
// Compute blocks to redraw
|
||||
|
||||
Reference in New Issue
Block a user