Fixing style errors.
This commit is contained in:
parent
4c321341d4
commit
a31d5e8dc9
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user