9 lines
325 B
PHP
9 lines
325 B
PHP
<?php
|
|
|
|
/**
|
|
* @todo Remove once usage statistics indicate that virtually everyone has
|
|
* updated to 1.0-alpha5 or later. This is retained until then, so that
|
|
* update.php can bootstrap.
|
|
*/
|
|
include_once DRUPAL_ROOT . '/' . drupal_get_path('module', 'media_youtube') . '/includes/includes/MediaYouTubeStreamWrapper.inc';
|