Update Embedfiles.php

This commit is contained in:
Ray 2023-02-18 15:40:54 -05:00
parent 17368051ea
commit 3102dd14fa

View file

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