mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add favorite in module page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9039 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
183f0d6031
commit
5278bb135c
5 changed files with 36 additions and 6 deletions
|
|
@ -342,7 +342,7 @@
|
|||
if (!$output->data) return new Object();
|
||||
|
||||
$returnObject = new Object();
|
||||
$returnObject->add('favoriteList', $favoriteList);
|
||||
$returnObject->add('favoriteList', $output->data);
|
||||
return $returnObject;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue