fix bug token - version
This commit is contained in:
@@ -578,7 +578,8 @@ class ListManagementController extends Controller {
|
||||
])), true);
|
||||
foreach ($results as $key => $value) {
|
||||
$images = [];
|
||||
foreach ($value['images'] as $k => $v) {
|
||||
$imagesReverse = array_reverse($value['images']);
|
||||
foreach ($imagesReverse as $k => $v) {
|
||||
if ($k < Yii::$app->params['maxPicture']) {
|
||||
$key = common::generateRandomString();
|
||||
$RootFolder = Yii::getAlias('@webroot') . "/data/uploads";
|
||||
|
||||
Reference in New Issue
Block a user