From 273684f942264212e4c9720b62175b0bacd56408 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Fri, 21 Sep 2012 05:23:02 +0000 Subject: [PATCH] issue 2368, added a domain to item screen shot url. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11425 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/autoinstall.admin.view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/autoinstall/autoinstall.admin.view.php b/modules/autoinstall/autoinstall.admin.view.php index 1d4ac4abd..43ed6da0a 100644 --- a/modules/autoinstall/autoinstall.admin.view.php +++ b/modules/autoinstall/autoinstall.admin.view.php @@ -175,6 +175,7 @@ foreach($items as $item) { $v = $this->rearrange($item, $targets); + $v->item_screenshot_url = str_replace('./', _XE_DOWNLOAD_SERVER_, $v->item_screenshot_url); $v->category = $this->categories[$v->category_srl]->title; if($packages[$v->package_srl]) {