Use get for loading dialog.

This commit is contained in:
Thomas Tanghus 2012-10-19 00:38:23 +02:00
parent 4827de4a27
commit b9c9fdfe20

View file

@ -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');