* Fix bug

This commit is contained in:
滔哥
2017-11-17 09:17:07 +08:00
parent 67a0263646
commit 63eaccc04b
+1 -1
View File
@@ -25,7 +25,6 @@ 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'>
@@ -59,4 +58,5 @@ 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';?>