diff options
author | Steve Clay <steve@mrclay.org> | 2012-04-10 10:44:40 -0400 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2012-04-10 10:44:40 -0400 |
commit | d2bb8789a80215708517f4ffc88462382ec601a8 (patch) | |
tree | 1fb8dbc82bf3cef84fda97e842ebfe501ca590d6 /lib/Videolist/Platform/Youtube.php | |
parent | c70ec6161e4ef4d0daee6514da0a4d4e6b183207 (diff) | |
download | elgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.gz elgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.bz2 |
Remove redundant videotype from parseUrl return array
Diffstat (limited to 'lib/Videolist/Platform/Youtube.php')
-rw-r--r-- | lib/Videolist/Platform/Youtube.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Videolist/Platform/Youtube.php b/lib/Videolist/Platform/Youtube.php index 648ac282c..d5a388356 100644 --- a/lib/Videolist/Platform/Youtube.php +++ b/lib/Videolist/Platform/Youtube.php @@ -27,7 +27,6 @@ class Videolist_Platform_Youtube implements Videolist_PlatformInterface } if ($id) { return array( - 'videotype' => 'youtube', 'video_id' => $id, ); } |