Skip to content

Commit

Permalink
Merge pull request #44 from dissolve/8.0
Browse files Browse the repository at this point in the history
fix issue #43
  • Loading branch information
Swapnil Hande authored Feb 20, 2019
2 parents 3bdd17e + 615e9c5 commit 2d1259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litle/sdk/LitleOnlineRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ private static function getOptionalAttributes($hash_in, $hash_out)
return $hash_out;
}

private function processRequest($hash_out, $hash_in, $type, $choice1 = null, $choice2 = null)
private function processRequest($hash_out, $hash_in, $type, $choice1 = array(), $choice2 = array())
{
$hash_config = LitleOnlineRequest::overrideConfig($hash_in);
$hash = LitleOnlineRequest::getOptionalAttributes($hash_in, $hash_out);
Expand Down

0 comments on commit 2d1259f

Please sign in to comment.