Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Google/Service/Calendar/Resource/Colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Google_Service_Calendar_Resource_Colors extends Google_Service_Resource
public function get($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
$params = array_merge($params, (array) $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_Colors");
}
}