mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
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
This commit is contained in:
parent
3fbcbec16a
commit
273684f942
1 changed files with 1 additions and 0 deletions
|
|
@ -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])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue