mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
User packages fixed. (Bug affected user edit functionality.)
This commit is contained in:
parent
7bde4547b3
commit
476c1e2a44
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ MAIL;
|
||||||
{
|
{
|
||||||
$pckg = array();
|
$pckg = array();
|
||||||
// json
|
// json
|
||||||
$result = Vesta::execute(V_LIST_USER_PACKAGES, null, self::JSON);
|
$result = Vesta::execute(Vesta::V_LIST_USER_PACKAGES, null, self::JSON);
|
||||||
foreach ($result['data'] as $pckg_name => $pckg_data) {
|
foreach ($result['data'] as $pckg_name => $pckg_data) {
|
||||||
$pckg[$pckg_name] = $pckg_name;
|
$pckg[$pckg_name] = $pckg_name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue