mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 20:24:26 +02:00
This commit is contained in:
parent
1a2628f210
commit
b5cb3bc783
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Source extends BaseAdminModule
|
|||
$guid = $a->argv[1];
|
||||
}
|
||||
|
||||
$guid = defaults($_REQUEST['guid'], $guid);
|
||||
$guid = $_REQUEST['guid'] ?? $guid;
|
||||
|
||||
$source = '';
|
||||
$item_uri = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue