Add "poster" to the attributes that might contain a course path and that have to be converted on course copy - refs #1545

pull/2487/head
Yannick Warnier 9 years ago
parent 6ffce32a45
commit 71c96d06ac
  1. 2
      main/inc/lib/document.lib.php

@ -2138,7 +2138,7 @@ class DocumentManager
{ {
$max = 5; $max = 5;
$attributes = array(); $attributes = array();
$wanted_attributes = array('src', 'url', '@import', 'href', 'value', 'flashvars'); $wanted_attributes = array('src', 'url', '@import', 'href', 'value', 'flashvars', 'poster');
$explode_attributes = array('flashvars' => 'file'); $explode_attributes = array('flashvars' => 'file');
$abs_path = ''; $abs_path = '';

Loading…
Cancel
Save