Philipp Holzer 2019-08-18 15:01:03 +02:00
parent 1a2628f210
commit b5cb3bc783
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Source extends BaseAdminModule
$guid = $a->argv[1];
}
$guid = defaults($_REQUEST['guid'], $guid);
$guid = $_REQUEST['guid'] ?? $guid;
$source = '';
$item_uri = '';