瀏覽代碼

Anomalie #769: Url soundcloud

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
       }