fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10525] property


From: Sigurd Nes
Subject: [Fmsystem-commits] [10525] property
Date: Tue, 20 Nov 2012 14:11:33 +0000

Revision: 10525
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10525
Author:   sigurdne
Date:     2012-11-20 14:11:32 +0000 (Tue, 20 Nov 2012)
Log Message:
-----------
property

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

Modified: trunk/property/inc/class.uicondition_survey.inc.php
===================================================================
--- trunk/property/inc/class.uicondition_survey.inc.php 2012-11-20 11:51:30 UTC 
(rev 10524)
+++ trunk/property/inc/class.uicondition_survey.inc.php 2012-11-20 14:11:32 UTC 
(rev 10525)
@@ -65,6 +65,12 @@
 
                public function index()
                {
+                       if(!$this->acl_read)
+                       {
+                               $this->bocommon->no_access();
+                               return;
+                       }
+
                        if (phpgw::get_var('phpgw_return_as') == 'json')
                        {
                                return $this->query();




reply via email to

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