]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed gisstv.
authorSem <sembrestels@riseup.net>
Thu, 23 Feb 2012 23:32:56 +0000 (00:32 +0100)
committerSem <sembrestels@riseup.net>
Thu, 23 Feb 2012 23:32:56 +0000 (00:32 +0100)
lib/videolist.php

index 45253a9e397d932d52c5238559c34319b501b74c..2dfc7d8fc4bba0f0866a6d823539ed28c2905634 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('VIDEOLIST_SUPPORTED_PLATFORMS', 'youtube, vimeo, metacafe, bliptv', 'gisstv');
+define('VIDEOLIST_SUPPORTED_PLATFORMS', 'youtube, vimeo, metacafe, bliptvgisstv');
 
 foreach(explode(', ', VIDEOLIST_SUPPORTED_PLATFORMS) as $videotype){
        include(elgg_get_plugins_path()."videolist/lib/$videotype.php");