Skip to content

Commit

Permalink
Merge pull request #4902 from pine3ree/patch-15
Browse files Browse the repository at this point in the history
add missing property $user_group_id;
  • Loading branch information
danielkerr committed Sep 27, 2016
2 parents 95d3120 + eb56ecd commit bd3b629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/system/library/cart/user.php
Expand Up @@ -2,6 +2,7 @@
namespace Cart;
class User {
private $user_id;
private $user_group_id;
private $username;
private $permission = array();

Expand Down

0 comments on commit bd3b629

Please sign in to comment.