X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=app%2Fdata%2Fmodules%2Fshare%2Fsml_data_sources_xml_format.php;h=1916bea3ac6ac97b8aa52809feccdcdc0848fb89;hb=f58d0d306acdf88245f47573bf78dc5497aa03d7;hp=b087aae8ce6da5e35746711498e7329d36843b37;hpb=2802d2dbcb5a1ea3c269d6fb4df9fbfb0f13f93d;p=mw_sourceml diff --git a/app/data/modules/share/sml_data_sources_xml_format.php b/app/data/modules/share/sml_data_sources_xml_format.php index b087aae..1916bea 100644 --- a/app/data/modules/share/sml_data_sources_xml_format.php +++ b/app/data/modules/share/sml_data_sources_xml_format.php @@ -161,7 +161,7 @@ ); } else - { $source[$key] = $value[0]["data"]; + { if(isset($value[0]["data"])) $source[$key] = $value[0]["data"]; } } $source["auteur"] = "";