creating a random string for field names to work for all languages.

This commit is contained in:
Naomi 2013-08-20 15:31:13 -04:00
parent 6d5febe4f7
commit 2e572c652c
2 changed files with 3 additions and 1 deletions

View file

@ -498,6 +498,7 @@ class Application_Service_HistoryService
foreach($template["fields"] as $index => $field) {
$key = $field["name"];
$value = "";
if (in_array($key, $required)) {