@ -31,7 +31,7 @@ class GatewayUser
));
$result = $this->connection->getResults();
if(empty($result))
return array(null,null);
return array("-1","");
return $result[0];
}