Skip to content

Commit

Permalink
close #3225 & close #3226 & close #3227 & close #3228
Browse files Browse the repository at this point in the history
  • Loading branch information
gbzhurui authored and twinh committed Mar 16, 2017
1 parent 021a81c commit 24f5d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/admin/album/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
提交
</button>
&nbsp; &nbsp; &nbsp;
<a class="btn btn-default" href="<?= $url('admin/album/index', $req->getQueries()) ?>">
<a class="btn btn-default" href="<?= $url('admin/album/index') ?>">
<i class="fa fa-undo bigger-110"></i>
返回列表
</a>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/albumCategory/new.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

require $view->getFile('album:admin/albumCategory/edit.php');
require $view->getFile('photo:admin/albumCategory/edit.php');

0 comments on commit 24f5d04

Please sign in to comment.