mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Use get for loading dialog.
This commit is contained in:
parent
4827de4a27
commit
b9c9fdfe20
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ OCP\JSON::checkLoggedIn();
|
|||
OCP\JSON::callCheck();
|
||||
|
||||
|
||||
$type = isset($_POST['type']) ? $_POST['type'] : null;
|
||||
$type = isset($_GET['type']) ? $_GET['type'] : null;
|
||||
|
||||
if(is_null($type)) {
|
||||
$l = OC_L10N::get('core');
|
||||
|
|
|
|||
Loading…
Reference in a new issue