Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.6, 1.11.6
-
Component/s: Zend_Oauth
-
Labels:None
Description
Big problem only the type hinting in constructor already that your code internal is prepared for this behavior.
See Zend_Oauth_Client line 82 the 84.
if ($oauthOptions instanceof Zend_Config) { $oauthOptions = $oauthOptions->toArray(); }
Fixed with r22650.