* Fix bug.

This commit is contained in:
qiyu-xie
2021-04-20 13:55:17 +08:00
parent 29c5cfe989
commit d69021b8df
+1 -1
View File
@@ -28,7 +28,7 @@
<div class="divider"></div>
<div class="page-title">
<?php
echo html::a($this->repo->createLink('browse', "repoID=$repoID"), $repo->name, '', "data-app='{$app->openApp}'");
echo html::a($this->repo->createLink('browse', "repoID=$repoID&branchID=&objectID=$objectID"), $repo->name, '', "data-app='{$app->openApp}'");
$paths= explode('/', $entry);
$fileName = array_pop($paths);
$postPath = '';