Skip to content

Commit

Permalink
Function getDetailviewRequestUrl returns with some fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed May 19, 2020
1 parent c8ae465 commit 941cd4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Classes/Lib/Ezb.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,17 @@ private function setLanguage(){
$this->lang = $lang;
}

/**
* returns detailview_request_url
*
* @return string
*/
public function getDetailviewRequestUrl(){
$url = $this->detailview_request_url .'?colors='. $this->colors .'&lang='. $this->lang;

return $url;
}

/**
* get some inforemation from the HTML page
*
Expand Down

0 comments on commit 941cd4a

Please sign in to comment.