diff options
Diffstat (limited to 'frontends/php/services.php')
| -rw-r--r-- | frontends/php/services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php index ab9bcd13..ad888b78 100644 --- a/frontends/php/services.php +++ b/frontends/php/services.php @@ -49,7 +49,7 @@ include_once "include/page_header.php"; /* AJAX */ if(isset($_REQUEST['favobj'])){ if('hat' == $_REQUEST['favobj']){ - update_profile('web.services.hats.'.$_REQUEST['favid'].'.state',$_REQUEST['state']); + update_profile('web.services.hats.'.$_REQUEST['favid'].'.state',$_REQUEST['state'],PROFILE_TYPE_INT); } } |
