mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
for textyle
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6347 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
563389144d
commit
2ae51eca34
4 changed files with 27 additions and 3 deletions
|
|
@ -75,7 +75,9 @@
|
|||
$output = $this->getDocumentSrlByTag($args);
|
||||
$document_srl = array();
|
||||
|
||||
foreach($output->data as $k => $v) $document_srl[] = $v->document_srl;
|
||||
if($output->data){
|
||||
foreach($output->data as $k => $v) $document_srl[] = $v->document_srl;
|
||||
}
|
||||
unset($args);
|
||||
$args->document_srl = $document_srl;
|
||||
$output = $this->getDocumentsTagList($args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue