diff options
author | Sem <sembrestels@riseup.net> | 2011-11-10 23:40:03 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-11-10 23:40:03 +0100 |
commit | 89c298b5359333d048fc96bed8e33040fa243a51 (patch) | |
tree | 90674803518d10e5d852844be6c37c3787b2acd2 /lib/videolist.php | |
parent | 72be71dcf9187fe98d55aab28b31e3c61707f141 (diff) | |
download | elgg-89c298b5359333d048fc96bed8e33040fa243a51.tar.gz elgg-89c298b5359333d048fc96bed8e33040fa243a51.tar.bz2 |
Not giss.tv support for general release.
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"); |