Sevajol Bastien преди 11 години
родител
ревизия
9277f0b4f1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php

+ 1 - 1
src/Muzich/CoreBundle/Factory/Elements/Soundcloudcom.php Целия файл

@@ -44,7 +44,7 @@ class Soundcloudcom extends ElementFactory
44 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 49
         $this->setElementEmbeddableData($response);
50 50
       }