Code

removed old style edit method
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 17:15:17 +0000 (17:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 17:15:17 +0000 (17:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16004 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/connectivity/personal/connectivity/class_connectivity.inc

index 6300bf6807af711154761f641b221620c8841764..598a43ab5de156612b0520670d17ff99a60d3470 100644 (file)
@@ -89,10 +89,8 @@ class connectivity extends plugin
     /* Execude  objects */
     $is_first= true;
 
-    $ReadOnly = (!isset($this->parent) || !$this->parent) && !session::is_set('edit');
-
     foreach ($this->plugin_name as $name){
-      $this->plugin[$name]->ReadOnly = $ReadOnly;
+      $this->plugin[$name]->read_only = &$this->read_only;
       if (!$is_first){
         $display.= '<p class="seperator">&nbsp;</p>';
       } else {