diff options
author | Sem <sembrestels@riseup.net> | 2012-02-24 00:32:56 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-02-24 00:32:56 +0100 |
commit | 3a948fa46583e2419388d0c04e910f5d69721d3e (patch) | |
tree | a076e60aaaa8eb929091fd829e24e989ae22252b | |
parent | 77883a67f5a44483314ba63624cf0bf779533247 (diff) | |
download | elgg-3a948fa46583e2419388d0c04e910f5d69721d3e.tar.gz elgg-3a948fa46583e2419388d0c04e910f5d69721d3e.tar.bz2 |
Fixed gisstv.
-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 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"); |