Ignore:
Timestamp:
Jul 29, 2009, 9:15:06 PM (15 years ago)
Author:
patdenice
Message:

Allow to add videos from Wat.tv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/maintain.inc.php

    r3609 r3697  
    88    'dm' =>  array('480','640','1'),
    99    'wideo' => array('480', '640', 'true'),
    10     'vimeo' => array('480', '640', '1')
     10    'vimeo' => array('480', '640', '1'),
     11    'wat' => array('480', '640', 'true'),
    1112    );
    1213
     
    2930  // Vérification des nouveaux paramètres
    3031  if (!isset($conf['PY_GVideo'])
    31     or ($params = unserialize($conf['PY_GVideo']) and !isset($params['vimeo'])))
     32    or ($params = unserialize($conf['PY_GVideo']) and !isset($params['wat'])))
    3233  {
    3334    plugin_install();
Note: See TracChangeset for help on using the changeset viewer.