aboutsummaryrefslogtreecommitdiff
path: root/lib/Videolist/Platform/Vimeo.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 /lib/Videolist/Platform/Vimeo.php
parentc70ec6161e4ef4d0daee6514da0a4d4e6b183207 (diff)
downloadelgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.gz
elgg-d2bb8789a80215708517f4ffc88462382ec601a8.tar.bz2
Remove redundant videotype from parseUrl return array
Diffstat (limited to 'lib/Videolist/Platform/Vimeo.php')
-rw-r--r--lib/Videolist/Platform/Vimeo.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Videolist/Platform/Vimeo.php b/lib/Videolist/Platform/Vimeo.php
index 82bd57309..a4a1f275c 100644
--- a/lib/Videolist/Platform/Vimeo.php
+++ b/lib/Videolist/Platform/Vimeo.php
@@ -17,7 +17,6 @@ class Videolist_Platform_Vimeo implements Videolist_PlatformInterface
}
return array(
- 'videotype' => 'vimeo',
'video_id' => $path[1],
);
}