Update Embedfiles.php

This commit is contained in:
Ray 2023-02-18 14:00:05 -05:00
parent a084185bd4
commit 5a2659461e

View file

@ -35,7 +35,7 @@ class Embedfiles extends Controller
$observer = App::get_observer();
$result = attach_list_files($channel_id, $observer);
json_return_and_die(['status' => true, 'content' => $channel_id]);
json_return_and_die(['status' => true, 'content' => $result]);
/* end add new */