ZF-6316: Fix notices from start commands when something is not in the options array
Description
Fix the the if statements to use isset instead of nothing
Notice: Undefined index: userData in /var/www/html/zend/zf-1.8.0pr/Zend/Service/Amazon/Ec2/Instance.php on line 139
Notice: Undefined index: placement in /var/www/html/zend/zf-1.8.0pr/Zend/Service/Amazon/Ec2/Instance.php on line 147
Notice: Undefined index: kernelId in /var/www/html/zend/zf-1.8.0pr/Zend/Service/Amazon/Ec2/Instance.php on line 151
Notice: Undefined index: ramdiskId in /var/www/html/zend/zf-1.8.0pr/Zend/Service/Amazon/Ec2/Instance.php on line 155
Notice: Undefined index: blockDeviceVirtualName in /var/www/html/zend/zf-1.8.0pr/Zend/Service/Amazon/Ec2/Instance.php on line 159
Comments
Posted by Jon Whitcraft (sidhighwind) on 2009-04-16T06:23:27.000+0000
Fixed with r14941