Browse Source

New line and codesniffer changes.

pull/300/head
Jordan Dukart 12 years ago
parent
commit
0b0acd0759
  1. 6
      islandora.module

6
islandora.module

@ -120,7 +120,7 @@ function islandora_menu() {
FEDORA_METADATA_EDIT,
FEDORA_ADD_DS,
FEDORA_PURGE,
FEDORA_INGEST
FEDORA_INGEST,
), 2),
);
@ -1098,8 +1098,8 @@ function islandora_download_clip(FedoraObject $object) {
curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_URL, $url);
$response = curl_exec ($ch);
$response = curl_exec($ch);
curl_close($ch);
}
exit();
}
}

Loading…
Cancel
Save