Parcourir la source

Anomalie #769: Url soundcloud

Sevajol Bastien il y a 12 ans
Parent
révision
9277f0b4f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php

+ 1 - 1
src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php Voir le fichier

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
       }