update for https
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 18:49:58 +0000 (14:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 18:49:58 +0000 (14:49 -0400)
Toolkit/Videos/AdminEditVideoForm.php

index 0977087..984986f 100644 (file)
@@ -215,7 +215,7 @@ class Toolkit_Videos_AdminEditVideoForm
                        'message'    => 'ERROR: Invalid URL format (http)',
                        'type'       => 'checkURI',
                        'format'     => array(
-                               'allowed_schemes' => array('http'),
+                               'allowed_schemes' => array('http', 'https'),
                                'strict' => false
                        ),
                        'validation' => $this->validationType,