Skip to content

Commit

Permalink
Merge branch 'master' of github.com:unikent/lib-php-librarysearch
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-unikent committed Jan 29, 2015
2 parents 4fe0c0e + 086140a commit 643055b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function set_search_term($searchterm) {
* @see get_url()
*/
public function get_base_url() {
return 'http://primo-direct-eu-sb.hosted.exlibrisgroup.com/primo_library/libweb/action/search.do';
return 'http://pmt-eu.hosted.exlibrisgroup.com/primo_library/libweb/action/search.do';
}

/**
Expand Down Expand Up @@ -185,6 +185,6 @@ public function get_search_url() {
* To String!
*/
public function __toString() {
return $this->get_url();
return $this->get_search_url();
}
}
}

0 comments on commit 643055b

Please sign in to comment.