Fix wrong variable name in Module\NoScrape
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-579292541
This commit is contained in:
parent
353dddaf15
commit
a2fb8cc035
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class NoScrape extends BaseModule
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
Profile::load($a, $nickname);
|
Profile::load($a, $which);
|
||||||
|
|
||||||
$json_info = [
|
$json_info = [
|
||||||
'addr' => $a->profile['addr'],
|
'addr' => $a->profile['addr'],
|
||||||
|
|
Loading…
Reference in a new issue