Phrases: List view updates. Minor Adjustments: IVR Menus, Modules, Number Translations.

This commit is contained in:
Nate
2019-11-26 16:05:39 -07:00
parent e06f3c3221
commit cedfb1ad9e
5 changed files with 529 additions and 84 deletions

View File

@@ -965,8 +965,8 @@ if (!class_exists('modules')) {
}
//build the delete array
$x = 0;
if (is_array($modules) && @sizeof($modules) != 0) {
$x = 0;
foreach ($modules as $module_uuid => $module) {
$array[$this->table][$x][$this->uuid_prefix.'uuid'] = $module_uuid;
$x++;