Update Embedfiles.php

This commit is contained in:
Ray 2023-02-18 16:21:09 -05:00
parent 11090760f9
commit 04a12e7d3d

View file

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