Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Mar 21, 2015
2 parents 9ad6323 + 7e575d4 commit f70c746
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 305 deletions.
4 changes: 2 additions & 2 deletions Configuration/ElFinderConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ private function getURL($parameter, $request, $homeFolder, $path)
{
return isset($parameter['url']) && $parameter['url']
? strpos($parameter['url'], 'http') === 0
? $parameter['url']
: sprintf('%s://%s%s/%s/%s', $request->getScheme(), $request->getHttpHost(), $request->getBasePath(), $parameter['url'], $homeFolder)
? $parameter['url']
: sprintf('%s://%s%s/%s/%s', $request->getScheme(), $request->getHttpHost(), $request->getBasePath(), $parameter['url'], $homeFolder)
: sprintf('%s://%s%s/%s/%s', $request->getScheme(), $request->getHttpHost(), $request->getBasePath(), $path, $homeFolder);
}

Expand Down
Loading

0 comments on commit f70c746

Please sign in to comment.