* Fix bug

This commit is contained in:
滔哥
2017-11-10 10:08:54 +08:00
parent c03e82edb2
commit 69f0bbd70f
7 changed files with 71 additions and 75 deletions
+1 -1
View File
@@ -25,6 +25,7 @@ if($team[0] != $this->app->user->account):
<p><?php echo $lang->task->deniedNotice;?></p>
</div>
</div>
<?php endif;?>
<?php else:?>
<div id='titlebar'>
<div class='heading'>
@@ -58,5 +59,4 @@ if($team[0] != $this->app->user->account):
</form>
<div class='main'><?php include '../../common/view/action.html.php';?></div>
<?php endif;?>
<?php endif;?>
<?php include '../../common/view/footer.html.php';?>