fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16161]


From: nelson . guerra
Subject: [Fmsystem-commits] [16161]
Date: Fri, 13 Jan 2017 16:22:11 -0500 (EST)

Revision: 16161
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16161
Author:   nelson224
Date:     2017-01-13 16:22:10 -0500 (Fri, 13 Jan 2017)
Log Message:
-----------


Modified Paths:
--------------
    
branches/dev-syncromind-2/property/inc/import/class.import_component_files.inc.php

Modified: 
branches/dev-syncromind-2/property/inc/import/class.import_component_files.inc.php
===================================================================
--- 
branches/dev-syncromind-2/property/inc/import/class.import_component_files.inc.php
  2017-01-13 13:44:33 UTC (rev 16160)
+++ 
branches/dev-syncromind-2/property/inc/import/class.import_component_files.inc.php
  2017-01-13 21:22:10 UTC (rev 16161)
@@ -263,7 +263,7 @@
                                                {
                                                        
$this->paths_from_file[$file_data['md5sum']][] = $file_data['path_relative'];
                                                } else {
-                                                       
$this->paths_empty[$file_data['path_string']] = 
$file_data['path'].'/'.$file_data['file'];
+                                                       
$this->paths_empty[$file_data['file']] = 
$file_data['path'].'/'.$file_data['file'];
                                                }
                                        }
                                }
@@ -627,7 +627,7 @@
                                                                if 
(!is_file($file_data['path_absolute']))
                                                                {
                                                                        $_file 
= ($file_data['path_absolute']) ? $file_data['path_absolute'] : 
$file_data['path'].'/'.$file_data['file'];
-                                                                       
$files_not_existing[$_file] = $_file;
+                                                                       
$files_not_existing[$file_data['file']] = $_file;
                                                                        throw 
new Exception();
                                                                }       
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]