fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10846] Fixed bug for including class location_finder


From: Torstein
Subject: [Fmsystem-commits] [10846] Fixed bug for including class location_finder
Date: Fri, 15 Feb 2013 12:15:19 +0000

Revision: 10846
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10846
Author:   vator
Date:     2013-02-15 12:15:19 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
Fixed bug for including class location_finder

Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2013-02-15 11:34:05 UTC 
(rev 10845)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2013-02-15 12:15:19 UTC 
(rev 10846)
@@ -46,6 +46,7 @@
        include_class('controller', 'date_generator', 'inc/component/');
        include_class('controller', 'check_list_status_updater', 'inc/helper/');
   include_class('controller', 'date_converter', 'inc/helper/');
+  include_class('controller', 'location_finder', 'inc/helper/');
                
        class controller_uicheck_list extends phpgwapi_uicommon
        {
@@ -86,7 +87,7 @@
                        $this->so_control_group_list    = 
CreateObject('controller.socontrol_group_list');
                        $this->so_control_group                         = 
CreateObject('controller.socontrol_group');
                        $this->so_control_item_list     = 
CreateObject('controller.socontrol_item_list');
-      $this->location_finder = 
CreateObject('controller.helper.location_finder');
+      $this->location_finder        = new location_finder();
 
                        
self::set_active_menu('controller::control::check_list');
                }       




reply via email to

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