Removed whitespace

This commit is contained in:
mattsidnell 2020-04-20 23:44:23 +01:00 committed by GitHub
parent 3f42bfb40f
commit 9040c9680d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7117,7 +7117,6 @@ abstract class CommonObject
{
$value = GETPOSTISSET($keyprefix.'options_'.$key.$keysuffix) ?price2num(GETPOST($keyprefix.'options_'.$key.$keysuffix, 'alpha', 3)) : $this->array_options['options_'.$key];
}
// HTML, select, integer and text add default value
if (in_array($extrafields->attributes[$this->table_element]['type'][$key], array('html', 'text', 'select', 'int')))
{