mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-11 19:05:53 +03:00
"home url" is not always absolute with host name + html compaction - through removal of unused attributes, some white spaces ...
git-svn-id: http://piwigo.org/svn/trunk@14180 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c63d6a36e7
commit
28255b81a0
4 changed files with 30 additions and 38 deletions
|
@ -135,7 +135,7 @@ function make_index_url($params = array())
|
|||
|
||||
if ($url == $url_before_params)
|
||||
{
|
||||
$url = get_absolute_root_url();
|
||||
$url = get_absolute_root_url( url_is_remote($url) );
|
||||
}
|
||||
|
||||
return $url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue