Browse Source

Code review changes and...

Move islandora-components to their own script.
Update to ensure we use the correct version of fcrepo and blaze graph
Add @ruebot's work from https://github.com/daniel-dgi/islandora/pull/1
7.x-2.x
Jared Whiklo 9 years ago
parent
commit
1a8994b802
  1. 2
      islandora_basic_image/islandora_basic_image.module

2
islandora_basic_image/islandora_basic_image.module

@ -185,7 +185,7 @@ function islandora_basic_image_node_postupdate($node) {
);
}
httprl_request("http://127.0.0.1:8888/cxf/islandora/image/{$node->uuid}",
httprl_request("http://127.0.0.1:8181/cxf/islandora/image/{$node->uuid}",
$options);
$response = httprl_send_request();
}

Loading…
Cancel
Save