fixed auto-sync

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4863 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-11-15 06:41:47 +00:00
parent 0c2cc929f3
commit cc2af31f68
2 changed files with 5 additions and 5 deletions

View file

@ -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);