Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-11-06 19:45:32 +0800
Commit
4eb86508e59daf12db9ad1d9104432a5a5b31c17
1 parent
31e22843
modify home page jump cdn cache bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Action/AbstractAction.php
library/Action/AbstractAction.php
View file @
4eb8650
...
...
@@ -361,7 +361,7 @@ class AbstractAction extends Controller_Abstract
$header
[
'navTitle'
]
=
$title
;
}
if
(
!
empty
(
$homeUrl
))
{
$header
[
'navHome'
]
=
$homeUrl
.
'?go=1
'
;
$header
[
'navHome'
]
=
$homeUrl
.
'?go=1
&t='
.
time
()
;
}
// 根据COOKIE记录的频道进行导航定位
...
...
Please
register
or
login
to post a comment