aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-02-24 00:32:56 +0100
committerSem <sembrestels@riseup.net>2012-02-24 00:32:56 +0100
commit3a948fa46583e2419388d0c04e910f5d69721d3e (patch)
treea076e60aaaa8eb929091fd829e24e989ae22252b /lib
parent77883a67f5a44483314ba63624cf0bf779533247 (diff)
downloadelgg-3a948fa46583e2419388d0c04e910f5d69721d3e.tar.gz
elgg-3a948fa46583e2419388d0c04e910f5d69721d3e.tar.bz2
Fixed gisstv.
Diffstat (limited to 'lib')
-rw-r--r--lib/videolist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/videolist.php b/lib/videolist.php
index 45253a9e3..2dfc7d8fc 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, gisstv');
foreach(explode(', ', VIDEOLIST_SUPPORTED_PLATFORMS) as $videotype){
include(elgg_get_plugins_path()."videolist/lib/$videotype.php");