mirror of
https://github.com/sorenpeter/timeline.git
synced 2026-03-11 12:42:17 +00:00
Fix Warning in the Webfinger lookup input box on the Add Feed page
This commit is contained in:
parent
d13e72d11c
commit
69df3c2fdf
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ $wf_acct = "";
|
|||
$wf_nick = "";
|
||||
$wf_url = "";
|
||||
$wf_error = "";
|
||||
$wf_request = "";
|
||||
|
||||
if(isset($_POST['submit'])) {
|
||||
$wf_request = $_POST["webfinger"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue