Skip to content

Commit d903f93

Browse files
committed
fix CS
1 parent a7b8b21 commit d903f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/container.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ public function updateFieldsValues($data, $itemtype, $massiveaction = false)
13661366
return true;
13671367
}
13681368

1369-
return dalse;
1369+
return false;
13701370
}
13711371

13721372
private function addRichTextFiles(CommonDBTM $object): void

0 commit comments

Comments
 (0)