fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14386]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14386]
Date: Tue, 17 Nov 2015 00:24:22 +0000

Revision: 14386
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14386
Author:   nelson224
Date:     2015-11-17 00:24:22 +0000 (Tue, 17 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/inc/class.uidocumentupload.inc.php

Modified: branches/dev-syncromind/frontend/inc/class.uidocumentupload.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uidocumentupload.inc.php 
2015-11-17 00:24:02 UTC (rev 14385)
+++ branches/dev-syncromind/frontend/inc/class.uidocumentupload.inc.php 
2015-11-17 00:24:22 UTC (rev 14386)
@@ -1,7 +1,7 @@
 <?php
-phpgw::import_class('frontend.uifrontend');
+phpgw::import_class('frontend.uicommon');
 
-class frontend_uidocumentupload extends frontend_uifrontend
+class frontend_uidocumentupload extends frontend_uicommon
 {
        public static $ROOT_FOR_DOCUMENTS = '/frontend';
        public static $HELP_DOCUMENTS = '/help';
@@ -55,6 +55,8 @@
                
$GLOBALS['phpgw']->xslttpl->add_file(array('frontend','documentupload'));
        }
        
+       public function query() {}
+       
        public function store_doc_to_vfs($file)
        {
                $root_directory = self::$ROOT_FOR_DOCUMENTS;




reply via email to

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