mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
fixed auto-sync
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4863 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0c2cc929f3
commit
cc2af31f68
2 changed files with 5 additions and 5 deletions
|
|
@ -70,7 +70,7 @@
|
|||
function dispIssuetrackerTimeline() {
|
||||
if(!$this->grant->access) return $this->dispIssuetrackerMessage('msg_not_permitted');
|
||||
$oController = &getController('issuetracker');
|
||||
$oController->syncChangeset();
|
||||
$oController->syncChangeset($this->module_info);
|
||||
$oModel = &getModel('issuetracker');
|
||||
$changesets = $oModel->getChangesets($this->module_info->module_srl);
|
||||
Context::set('changesets', $changesets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue