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
The initial url-options is left out from the link, and the "$options += " part gives an "Unsupported operand types " error because $options is uninitialized.
Fix by changing $options to $urlOptions on line 25.
The text was updated successfully, but these errors were encountered:
The initial url-options is left out from the link, and the "$options += " part gives an "Unsupported operand types " error because $options is uninitialized.
Fix by changing $options to $urlOptions on line 25.
The text was updated successfully, but these errors were encountered: