aboutsummaryrefslogtreecommitdiff
path: root/actions/videolist/edit.php
diff options
context:
space:
mode:
authorSteve Clay <steve@mrclay.org>2012-04-10 10:44:40 -0400
committerSteve Clay <steve@mrclay.org>2012-04-10 10:44:40 -0400
commitd2bb8789a80215708517f4ffc88462382ec601a8 (patch)
tree1fb8dbc82bf3cef84fda97e842ebfe501ca590d6 /actions/videolist/edit.php
parentc70ec6161e4ef4d0daee6514da0a4d4e6b183207 (diff)
downloadelgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.gz
elgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.bz2
Remove redundant videotype from parseUrl return array
Diffstat (limited to 'actions/videolist/edit.php')
-rw-r--r--actions/videolist/edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/videolist/edit.php b/actions/videolist/edit.php
index 480a3943b..4b96720d8 100644
--- a/actions/videolist/edit.php
+++ b/actions/videolist/edit.php
@@ -48,6 +48,7 @@ if(!$video_guid) {
unset($input['title']);
unset($input['description']);
$input = array_merge($parsed, $platform->getData($parsed), $input);
+ $input['videotype'] = $platform->getType();
} else {
unset($input['video_url']);