Fixing style errors.

This commit is contained in:
stickler-ci 2021-02-24 22:32:48 +00:00
parent 4c321341d4
commit a31d5e8dc9

View File

@ -77,10 +77,10 @@ if (($action == 'set') && !empty($id)) {
if ($tablename == 'websitepage') $tablename = 'website_page';
$format = 'int';
$object->table_element = $tablename;
$object->id = $id;
$object->fields[$field] = array('type' => $format, 'enabled' => 1);
$object->setValueFrom($field, $value, $tablename, $id, $format, '', $user, $triggerkey);
}