mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 13:15:07 +00:00
fixed en to en-us
This commit is contained in:
@@ -130,7 +130,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$category = $row['category'];
|
||||
$subcategory = $row['subcategory'];
|
||||
$version = $row['version'];
|
||||
$description = $row['description']['en'];
|
||||
$description = $row['description']['en-us'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user