Skip to content

Commit

Permalink
MDL-32117 equella: remove unused full_url() method
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 4, 2012
1 parent dcd5155 commit 1256d67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions repository/equella/lib.php
Expand Up @@ -239,16 +239,6 @@ private function appendtoken($url, $readwrite = null) {
return $url . (strpos($url, '?') != false ? '&' : '?') . 'token=' . urlencode($this->getssotoken($readwrite));
}

/**
* Build equella url
*
* @param string $urlpart
* @return string
*/
private function full_url($urlpart) {
return str_ireplace('signon.do', $urlpart, $this->get_option('equella_url'));
}

/**
* Generate equella sso token
*
Expand Down

0 comments on commit 1256d67

Please sign in to comment.