fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Modified: trunk/controller/inc/class.uicalendar.inc.php
===================================================================
--- trunk/controller/inc/class.uicalendar.inc.php       2013-02-15 12:15:19 UTC 
(rev 10846)
+++ trunk/controller/inc/class.uicalendar.inc.php       2013-02-15 12:16:31 UTC 
(rev 10847)
@@ -84,7 +84,7 @@
                        $this->so_check_list = 
CreateObject('controller.socheck_list');
                        $this->so_check_item = 
CreateObject('controller.socheck_item');
 
-      $this->location_finder = 
CreateObject('controller.helper.location_finder');
+      $this->location_finder = new location_finder();
                             
                        
self::set_active_menu('controller::location_check_list');
                }




reply via email to

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