Skip to content

Commit b043ec4

Browse files
author
André R
committed
Merge branch '2017.12' into 2019.03
2 parents 625d836 + 5a39130 commit b043ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ezutils/classes/ezuri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public static function transformURI( &$href, $ignoreIndexDir = false, $serverURL
605605
$modifiedHref = eZClusterFileHandler::instance()->applyServerUri( $trimmedHref );
606606
if ( $modifiedHref != $trimmedHref )
607607
{
608-
$href = $htmlEscape ? self::escapeHtmlTransformUri( $href ) : $href;
608+
$href = $htmlEscape ? self::escapeHtmlTransformUri( $modifiedHref ) : $modifiedHref;
609609
return true;
610610
}
611611
unset( $modifiedHref );

0 commit comments

Comments
 (0)