Skip to content

Commit

Permalink
Merge branch '2017.12' into 2019.03
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 18, 2019
2 parents 625d836 + 5a39130 commit b043ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ezutils/classes/ezuri.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public static function transformURI( &$href, $ignoreIndexDir = false, $serverURL
$modifiedHref = eZClusterFileHandler::instance()->applyServerUri( $trimmedHref );
if ( $modifiedHref != $trimmedHref )
{
$href = $htmlEscape ? self::escapeHtmlTransformUri( $href ) : $href;
$href = $htmlEscape ? self::escapeHtmlTransformUri( $modifiedHref ) : $modifiedHref;
return true;
}
unset( $modifiedHref );
Expand Down

0 comments on commit b043ec4

Please sign in to comment.