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-10-31 13:26:21 +0800
Commit
1f773c046602cb40d82780d6ebea00bf2450e014
1 parent
5aa266a2
fixes bug refs YW-917
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 @
1f773c0
...
...
@@ -326,7 +326,7 @@ class AbstractAction extends Controller_Abstract
$header
[
'navTitle'
]
=
$title
;
}
if
(
!
empty
(
$homeUrl
))
{
$header
[
'navHome'
]
=
$homeUrl
;
$header
[
'navHome'
]
=
$homeUrl
.
'?go=1'
;
}
// 根据COOKIE记录的频道进行导航定位
...
...
Please
register
or
login
to post a comment