fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14385]


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

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


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

Modified: branches/dev-syncromind/frontend/inc/class.uicontroller.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uicontroller.inc.php     
2015-11-17 00:23:05 UTC (rev 14384)
+++ branches/dev-syncromind/frontend/inc/class.uicontroller.inc.php     
2015-11-17 00:24:02 UTC (rev 14385)
@@ -25,7 +25,7 @@
           along with this program.  If not, see <http://www.gnu.org/licenses/>.
        */
 
-       phpgw::import_class('frontend.uifrontend');
+       phpgw::import_class('frontend.uicommon');
 
        /**
         * Controller
@@ -33,7 +33,7 @@
         * @package Frontend
         */
 
-       class frontend_uicontroller extends frontend_uifrontend
+       class frontend_uicontroller extends frontend_uicommon
        {
 
                public $public_functions = array
@@ -120,4 +120,6 @@
                $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('app_data' => 
$data));
                
$GLOBALS['phpgw']->xslttpl->add_file(array('frontend','controller'));
                }
+               
+               public function query() {}
        }




reply via email to

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