Przeglądaj źródła

Merge r25234 to 1.12 release branch

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25235 44c647ce-9c0f-0410-b52a-842ac1e357ba
frosch 13 lat temu
rodzic
commit
7f3296ba1b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      library/Zend/Service/Rackspace/Servers.php

+ 1 - 1
library/Zend/Service/Rackspace/Servers.php

@@ -1006,7 +1006,7 @@ class Zend_Service_Rackspace_Servers extends Zend_Service_Rackspace_Abstract
             case '200' : 
             case '203' : // break intentionally omitted   
                 $backup = json_decode($result->getBody(),true);
-                return $image['backupSchedule'];
+                return $backup['backupSchedule'];
             case '503' :
                 $this->errorMsg= self::ERROR_SERVICE_UNAVAILABLE;
                 break;