Skip to content

Commit 476c1e2

Browse files
committed
User packages fixed. (Bug affected user edit functionality.)
1 parent 7bde454 commit 476c1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/vesta/api/MAIN.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function getUsersParams($data = array(), $global_data = array())
390390
{
391391
$pckg = array();
392392
// json
393-
$result = Vesta::execute(V_LIST_USER_PACKAGES, null, self::JSON);
393+
$result = Vesta::execute(Vesta::V_LIST_USER_PACKAGES, null, self::JSON);
394394
foreach ($result['data'] as $pckg_name => $pckg_data) {
395395
$pckg[$pckg_name] = $pckg_name;
396396
}

0 commit comments

Comments
 (0)