mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
Forgot to encode the json. oops
This commit is contained in:
parent
fd7a6fd064
commit
44cd545b37
@ -99,8 +99,8 @@ class LocationController extends Controller
|
|||||||
'rating' => $item[1],
|
'rating' => $item[1],
|
||||||
'added_by' => 1,
|
'added_by' => 1,
|
||||||
'tags' => 'poor moderation, hate speech',
|
'tags' => 'poor moderation, hate speech',
|
||||||
|
'images' => json_encode($images),
|
||||||
'block_count' => $blockcount,
|
'block_count' => $blockcount,
|
||||||
'images' => $images,
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user