Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2015-11-01 13:56:56 +0800
Commit
f7ad1db882a9f9f75556b3224b50df1ebe6b2803
1 parent
981130f6
fixes bug to goods list no images
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/ListProcess.php
library/Plugin/DataProcess/ListProcess.php
View file @
f7ad1db
...
...
@@ -42,7 +42,7 @@ class ListProcess
$products
=
array
();
foreach
(
$data
as
$value
)
{
$products
[]
=
Helpers
::
formatProduct
(
$value
,
true
,
true
,
true
,
true
);
$products
[]
=
Helpers
::
formatProduct
(
$value
,
true
,
true
,
true
);
}
return
$products
;
...
...
Please
register
or
login
to post a comment