I have a bugfix
-
Is this project on Github? I have a very small code fix to clear up a php error.
If the external-videos post is a draft and does not have a $duration, $host or $thumbnail:
The function
sp_external_videos_custom_columns($column_name)
on line 647 of external_videos.php is throwing an “array_key does not exist” errorMy fix simply checks if these returned values exist and if so, array_shifts to the first key.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘I have a bugfix’ is closed to new replies.