Update Embedfiles.php

This commit is contained in:
Ray 2023-02-18 13:51:27 -05:00
parent 4ff89829f3
commit b06a20033f

View file

@ -31,7 +31,7 @@ class Embedfiles extends Controller
/* start add new */
$channel_id = ((isset(self::$profile) && is_array(self::$profile) && array_key_exists('uid',self::$profile)) ? self::$profile['uid'] : '');
// $channel_id = ((isset(self::$profile) && is_array(self::$profile) && array_key_exists('uid',self::$profile)) ? self::$profile['uid'] : '');
$observer = App::get_observer();
$result = attach_list_files($channel_id, $observer);