Skip to content

Commit

Permalink
Fixes issue #147.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Jan 11, 2010
1 parent 05dd31e commit 7ef19a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Amazon Elastic Compute Cloud (http://aws.amazon.com/ec2)
*
* Version:
* 2009.07.19
* 2010.01.10
*
* Copyright:
* 2006-2009 Foleeo, Inc., and contributors.
Expand Down Expand Up @@ -446,7 +446,7 @@ public function delete_snapshot($snapshot_id, $returnCurlHandle = null)
*/
public function create_volume($sizesnapid, $zone, $returnCurlHandle = null)
{
if (!$opt) $opt = array();
$opt = array();
$opt['AvailabilityZone'] = $zone;
$opt['returnCurlHandle'] = $returnCurlHandle;

Expand Down

0 comments on commit 7ef19a8

Please sign in to comment.