Remove 7.5.34 changelog that snuck into the 7.6 branch.

Forward port imageTree thumbnail relative url fix for sites with multiple hostnames
This commit is contained in:
Colin Kuskie 2008-12-03 18:14:13 +00:00
parent 1dde85aad0
commit 03c411b68e
2 changed files with 2 additions and 18 deletions

View file

@ -275,7 +275,7 @@ JS
if ($child->isa('WebGUI::Asset::File::Image')) {
$output .= '<a href="#" class="selectLink" onclick="selectImage(\''
. ($useAssetUrls ? $child->getUrl : $child->getFileUrl) . '\',\''
. $session->url->getSiteURL . $session->url->gateway($child->get('url'), 'op=formHelper;class=HTMLArea;sub=viewThumbnail')
. $session->url->gateway($child->get('url'), 'op=formHelper;class=HTMLArea;sub=viewThumbnail')
. '\'); return false;">[' . $i18n->get("select", 'WebGUI') . ']</a>';
}
else {