Explorar el Código

Anomalie #769: Url soundcloud

Sevajol Bastien hace 13 años
padre
commit
9277f0b4f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php

+ 1 - 1
src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php Ver fichero

44
         $this->setTagsData($response);
44
         $this->setTagsData($response);
45
       }
45
       }
46
       
46
       
47
-      if ($response->get('embeddable_by') == 'all')
47
+      if ($response->get('embeddable_by') != 'none')
48
       {
48
       {
49
         $this->setElementEmbeddableData($response);
49
         $this->setElementEmbeddableData($response);
50
       }
50
       }