Trying to follow an account can result in an Internal Server Error with the message "Using $this when not in object context".
This seems to be happening in LRDDPlugin::grab_profile_aliases, a static method which, on error, tries to call $this->log.
Trying to follow an account can result in an Internal Server Error with the message "Using $this when not in object context".
This seems to be happening in `LRDDPlugin::grab_profile_aliases`, a static method which, on error, tries to call `$this->log`.
Trying to follow an account can result in an Internal Server Error with the message "Using $this when not in object context".
This seems to be happening in
LRDDPlugin::grab_profile_aliases
, a static method which, on error, tries to call$this->log
.https://notabug.org/diogo/gnu-social/pulls/279 merged.