bouton pour publier une derivation
[mw_sourceml] / app / data / modules / share / sml_data_sources_xml_format.php
index b087aae..1916bea 100644 (file)
               );
             }
             else
-            { $source[$key] = $value[0]["data"];
+            { if(isset($value[0]["data"])) $source[$key] = $value[0]["data"];
             }
           }
           $source["auteur"] = "";