diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/videolist/edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/videolist/edit.php b/actions/videolist/edit.php index 1572d88ce..107cdc917 100644 --- a/actions/videolist/edit.php +++ b/actions/videolist/edit.php @@ -32,6 +32,8 @@ if(!$video_guid) { forward(REFERER);
}
+ // get_input (htmlawed) "fixes" URLs by breaking them
+ $input['video_url'] = str_replace('&', '&', $input['video_url']);
$parsedPlatform = videolist_parse_url($input['video_url']);
|