@@ -89,8 +89,6 @@ class mobileControl
protected function price_calcer()
{
- if($_SESSION['client_type'] == 'mini') return null;
-
if(session_helper::logined()) {
return new bonus\account(session_helper::memberid(),true);
} else {