File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ public function save($updateVideoGroups = false, $allowOfflineUser = false)
753753 */
754754 //var_dump($this->title, $insert_row);exit;
755755 if ($ insert_row ) {
756- _error_log ("Video::save ([ {$ this ->sites_id }] {$ this ->title }) Saved id = {$ insert_row } status=([ {$ this ->status }]) duration= {$ this ->duration } externalOptions= { $ this -> externalOptions } " . json_encode (debug_backtrace (DEBUG_BACKTRACE_IGNORE_ARGS )));
756+ _error_log ("Video::save ([ {$ this ->sites_id }] {$ this ->title }) Saved id = {$ insert_row } status=([ {$ this ->status }]) duration= {$ this ->duration } " . json_encode (debug_backtrace (DEBUG_BACKTRACE_IGNORE_ARGS )));
757757 //Category::clearCacheCount();
758758 if (empty ($ this ->id )) {
759759 $ this ->id = $ insert_row ;
You can’t perform that action at this time.
0 commit comments