fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12898] more on integration


From: Sigurd Nes
Subject: [Fmsystem-commits] [12898] more on integration
Date: Tue, 24 Mar 2015 14:31:24 +0000

Revision: 12898
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12898
Author:   sigurdne
Date:     2015-03-24 14:31:23 +0000 (Tue, 24 Mar 2015)
Log Message:
-----------
more on integration

Modified Paths:
--------------
    trunk/property/inc/class.uientity.inc.php

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2015-03-24 13:06:56 UTC (rev 
12897)
+++ trunk/property/inc/class.uientity.inc.php   2015-03-24 14:31:23 UTC (rev 
12898)
@@ -3534,7 +3534,11 @@
                                $location_id = 
$GLOBALS['phpgw']->locations->get_id( $this->type_app[$type], 
".{$type}.{$entity_id}.{$cat_id}");
                        }
 
-                       $id                             = $id ? $id : 
phpgw::get_var('id', 'int');
+                       $id     = $id ? $id : phpgw::get_var('id', 'int');
+                       if(!$id)
+                       {
+                               return array();
+                       }
 
                        if(!$this->acl_read)
                        {




reply via email to

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