ZF-12378: List of backup schedules in Zend_Service_Rackspace doesn't work
Description
Probably just a typo, but Zend_Service_Rackspace::getBackupSchedule() refers to an undeclared variable (line 1006) to get response contents.
...
case '203':
$backup = json_decode($result->getBody(),true);
return $image['backupSchedule'];
case '503':
....
Comments
Posted by Vladimir Minakov (bobikk) on 2012-08-20T14:49:49.000+0000
Easy fix
Posted by Frank Brückner (frosch) on 2013-01-18T13:51:57.000+0000
Fixed on trunk (25234) and release-1.12 (25235)
Thanks to Vladimir!