You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When array access is used on the wrapper, the wrapper now checks the wrapped
object for ArrayAccess. If found, it uses that instead of property access.
This also emits deprecation warnings on array access, which were left out
accidentally.
FixesElgg#7017
When array access is used on the wrapper, the wrapper now checks the wrapped
object for ArrayAccess. If found, it uses that instead of property access.
This also emits deprecation warnings on array access, which were left out
accidentally.
FixesElgg#7017, Elgg#6917
Array access methods on the wrapper don't properly check for array access methods on the wrapped object. Instead they convert to property access.
This causes #6917 because the array access to session fails in twitter_api_get_access_token().
The text was updated successfully, but these errors were encountered: