fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15873]


From: nelson . guerra
Subject: [Fmsystem-commits] [15873]
Date: Fri, 21 Oct 2016 02:25:25 +0000 (UTC)

Revision: 15873
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15873
Author:   nelson224
Date:     2016-10-21 02:25:25 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-10-21 02:25:12 UTC (rev 15872)
+++ branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-10-21 02:25:25 UTC (rev 15873)
@@ -197,11 +197,11 @@
                        {
                                return false;
                        }
-                       require_once PHPGW_SERVER_ROOT . 
"/property/inc/import/UploadHandler.php";
+                       phpgw::import_class('property.multiuploader');
                        
                        $options['upload_dir'] = $path_upload_dir;
                        $options['script_url'] = 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiimport_components.handle_import_files'));
-                       $upload_handler = new UploadHandler($options);
+                       $upload_handler = new property_multiuploader($options);
                }
 
                private function _get_components_cached_file ()




reply via email to

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