Explorar el Código

subir filedownloader

Christian hace 3 años
padre
commit
4979d48156
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/controllers/FileDownload.php

+ 1 - 0
application/controllers/FileDownload.php Ver fichero

@@ -25,6 +25,7 @@ class FileDownload extends CI_Controller
25 25
             $entrada = file_get_contents($file);
26 26
             $xml = new SimpleXMLElement($entrada);
27 27
             $deletedEntrys = $xml->children('at', true);
28
+
28 29
             $result1 = $xml->entry->children('cac-place-ext', true);
29 30
             $result2 = $xml->entry->children('cac-place-ext', true)->ContractFolderStatus->children('cac-place-ext', true);
30 31
             $result3 = $xml->entry->children('cac-place-ext', true)->ContractFolderStatus->children('cac', true);