Fix wrong variable name in Module\NoScrape
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-579292541
This commit is contained in:
@@ -33,7 +33,7 @@ class NoScrape extends BaseModule
|
||||
exit();
|
||||
}
|
||||
|
||||
Profile::load($a, $nickname);
|
||||
Profile::load($a, $which);
|
||||
|
||||
$json_info = [
|
||||
'addr' => $a->profile['addr'],
|
||||
|
||||
Reference in New Issue
Block a user