mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
Merge pull request #32 from aelaraji/add-feed-wf-fix
Fix Warning in the `Webfinger lookup` input box on the `Add Feed` page
This commit is contained in:
commit
4f893a07c4
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