Skip to content

Commit

Permalink
Merge pull request #55 from philred/7.x
Browse files Browse the repository at this point in the history
Address ISLANDORA-1226
  • Loading branch information
ruebot committed Sep 9, 2015
2 parents 8ec4094 + ac09319 commit 2e267ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function djatoka_base_url_validate($element, &$form_state, $form) {
else {
// Work around drupal_http_request's not handling relative URLs.
if (strpos($url, '/') === 0) {
$url = $GLOBALS['base_url'] . $url;
$url = $GLOBALS['base_root'] . $url;
}

// Check that it's working with LOC's stable external JP2 image.
Expand Down

0 comments on commit 2e267ed

Please sign in to comment.