Christian 3 лет назад
Родитель
Сommit
4979d48156
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1 0
      application/controllers/FileDownload.php

+ 1 - 0
application/controllers/FileDownload.php Просмотреть файл

@@ -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);