Parcourir la source

fix typo in include path

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21189 44c647ce-9c0f-0410-b52a-842ac1e357ba
stas il y a 16 ans
Parent
commit
ee360d11b2

+ 1 - 1
library/Zend/Service/DeveloperGarden/Response/SecurityTokenServer/SecurityTokenResponse.php

@@ -71,7 +71,7 @@ class Zend_Service_DeveloperGarden_Response_SecurityTokenServer_SecurityTokenRes
     public function getTokenData()
     public function getTokenData()
     {
     {
         if (empty($this->tokenData)) {
         if (empty($this->tokenData)) {
-            require_once 'Zend/Services/DeveloperGarden/Response/Exception.php';
+            require_once 'Zend/Service/DeveloperGarden/Response/Exception.php';
             throw new Zend_Service_DeveloperGarden_Response_Exception('No valid tokenData found.');
             throw new Zend_Service_DeveloperGarden_Response_Exception('No valid tokenData found.');
         }
         }