From: cajus Date: Mon, 17 Aug 2009 12:47:21 +0000 (+0000) Subject: Now that we're in the session, just enable sanity checks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=04ee5661105b2f508fa42264a320b66abfbc3142;p=gosa.git Now that we're in the session, just enable sanity checks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14077 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 2609b88b1..ed1354a84 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -303,10 +303,9 @@ echo "department browsing, copypaste handler, snapshot handler, daemon handlerpid) { - # return; - #} + if(isset($_REQUEST['PID']) && $_REQUEST['PID'] != $this->pid) { + return; + } if ($this->departmentBrowser){ # $this->departments= $this->filter->getDepartments(); @@ -726,10 +725,9 @@ echo "department browsing, copypaste handler, snapshot handler, daemon handlerpid) { - # return; - #} + if(isset($_REQUEST['PID']) && $_REQUEST['PID'] != $this->pid) { + return; + } $result= array("targets" => array(), "action" => "");