mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-05 11:09:31 +02:00
User packages fixed. (Bug affected user edit functionality.)
This commit is contained in:
@@ -390,7 +390,7 @@ MAIL;
|
||||
{
|
||||
$pckg = array();
|
||||
// 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) {
|
||||
$pckg[$pckg_name] = $pckg_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user