Fix wrong variable name in Module\NoScrape

- Address https://github.com/friendica/friendica/issues/8000#issuecomment-579292541
This commit is contained in:
Hypolite Petovan 2020-01-28 10:33:19 -05:00 committed by GitHub
parent 353dddaf15
commit a2fb8cc035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class NoScrape extends BaseModule
exit();
}
Profile::load($a, $nickname);
Profile::load($a, $which);
$json_info = [
'addr' => $a->profile['addr'],