mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1524 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc11b99a26
commit
188e64c603
2 changed files with 39 additions and 2 deletions
|
|
@ -52,7 +52,7 @@
|
|||
$info->description = $this->module_info->description;
|
||||
$info->language = Context::getLangType();
|
||||
$info->date = gmdate("D, d M Y H:i:s");
|
||||
$info->link = sprintf("%s?mid=%s", Context::getRequestUri(), Context::get('mid'));
|
||||
$info->link = getUrl('','mid',Context::get('mid'));
|
||||
$info->total_count = $output->total_count;
|
||||
|
||||
if(count($document_list)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue