diff options
author | Sem <sembrestels@riseup.net> | 2011-11-19 22:48:56 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-11-19 22:48:56 +0100 |
commit | 9a449b126c89481baadb8810d2d304c93aded7a8 (patch) | |
tree | f4908ed946146e25785fe714bb98ce30adfc588c /lib/videolist.php | |
parent | e7d8b73c0e65f188b835bbb0a7e98eb2fa0f3478 (diff) | |
parent | 27cfe71b0bb0e4b18b119a7ba17a449771a065b3 (diff) | |
download | elgg-9a449b126c89481baadb8810d2d304c93aded7a8.tar.gz elgg-9a449b126c89481baadb8810d2d304c93aded7a8.tar.bz2 |
Merge branch 'elgg-videolist' of github.com:lorea/videolist into lorea-1.8
Diffstat (limited to 'lib/videolist.php')
-rw-r--r-- | lib/videolist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/videolist.php b/lib/videolist.php index 2dfc7d8fc..4e12c5361 100644 --- a/lib/videolist.php +++ b/lib/videolist.php @@ -1,6 +1,6 @@ <?php -define('VIDEOLIST_SUPPORTED_PLATFORMS', 'youtube, vimeo, metacafe, bliptv, gisstv'); +define('VIDEOLIST_SUPPORTED_PLATFORMS', 'youtube, vimeo, metacafe, bliptv'); foreach(explode(', ', VIDEOLIST_SUPPORTED_PLATFORMS) as $videotype){ include(elgg_get_plugins_path()."videolist/lib/$videotype.php"); |