Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
9 years ago
Commit
b3c3a7beba748e4e8f1e9ee7436624f0442ed62d
1 parent
80f0ccc5
fixes bug refs YB-4757
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
View file @
b3c3a7b
...
...
@@ -179,7 +179,7 @@ class PlusstarController extends AbstractAction
$data
[
'shareDesc'
]
=
(
mb_strlen
(
$data
[
'ps'
][
'intro'
],
'utf-8'
)
>
120
)
?
trim
(
strip_tags
(
mb_substr
(
$data
[
'ps'
][
'intro'
],
0
,
120
,
'utf-8'
)))
.
'...'
:
$data
[
'ps'
][
'intro'
];
$data
[
'shareImg'
]
=
$data
[
'ps'
][
'logo'
];
$this
->
setTitle
(
$data
[
'shareTitle'
]);
$this
->
setTitle
(
$data
[
'shareTitle'
]
,
false
,
''
);
$this
->
setDescription
(
$data
[
'shareDesc'
]);
$brandInfo
=
array
();
...
...
Please
register
or
login
to post a comment