Fix name of session extra field - refs BT#9413

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent cb12e3a534
commit 410bdc45c5
  1. 2
      tests/scripts/insert_session_fields.php

@ -186,7 +186,7 @@ $shortDescription = new ExtraField('session');
$shortDescription->save(array(
'field_type' => ExtraField::FIELD_TYPE_TEXT,
'variable' => 'short_description',
'display_text' => get_lang('ShortSescription'),
'display_text' => get_lang('ShortDescription'),
'visible' => 1,
'changeable' => 1
));

Loading…
Cancel
Save