Skip to content

Commit

Permalink
* Fix detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgm0422 committed May 27, 2019
1 parent 1607193 commit ad457bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/tree/control.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function browse($rootID, $viewType, $currentModuleID = 0, $branch = 0)
elseif($viewType == 'trainpost')
{
$this->lang->set('menugroup.tree', 'train');
$this->lang->tree->menu = $this->lang->trainpost->menu;
$this->lang->tree->menu = $this->lang->train->menu;

$title = $this->lang->tree->manageTrainpost;
$position[] = $this->lang->tree->manageTrainpost;
Expand Down

0 comments on commit ad457bd

Please sign in to comment.