Add the uuid to the SESSion array.
This commit is contained in:
parent
aa17f6285f
commit
d4cb446b3e
|
|
@ -65,6 +65,7 @@
|
|||
$_SESSION[$category][$subcategory][] = $row['default_setting_value'];
|
||||
}
|
||||
else {
|
||||
$_SESSION[$category][$subcategory]['uuid'] = $row['default_setting_uuid'];
|
||||
$_SESSION[$category][$subcategory][$name] = $row['default_setting_value'];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue