Use get for loading dialog.

remotes/origin/stable5
Thomas Tanghus 13 years ago
parent 4827de4a27
commit b9c9fdfe20
  1. 2
      core/ajax/vcategories/favorites.php

@ -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…
Cancel
Save