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
This function is FUBAR. It is marked as static, but often uses $this->
At one point, it sets a property for an object ($msg) that doesn't exist.
It needs to NOT be a static function so that it can send back an error message to the calling function.