Browse Source

Fix name of session extra field - refs BT#9413

Angel Fernando Quiroz Campos 9 years ago
parent
commit
410bdc45c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/scripts/insert_session_fields.php

+ 1 - 1
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
 ));