Explorar o código

User packages fixed. (Bug affected user edit functionality.)

Malishev Dmitry %!s(int64=14) %!d(string=hai) anos
pai
achega
476c1e2a44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/vesta/api/MAIN.class.php

+ 1 - 1
web/vesta/api/MAIN.class.php

@@ -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;
         }