if (Discovery_LRDD::isWebfinger($id)) {
should be
if (Discovery_LRDD::isWebfinger($acct)) {
Patch Attached
| Comment | File | Size | Author |
|---|---|---|---|
| variable_name_fix.patch | 592 bytes | rurri |
if (Discovery_LRDD::isWebfinger($id)) {
should be
if (Discovery_LRDD::isWebfinger($acct)) {
Patch Attached
| Comment | File | Size | Author |
|---|---|---|---|
| variable_name_fix.patch | 592 bytes | rurri |
Comments
Comment #1
walkah commentedCommitted. Thanks!
I had totally missed this slew of patches *blush*