Code

Updated class location table.
[gosa.git] / include / class_SnapShotDialog.inc
index 66211bfd029c91e024cf433d78f4d7cee8691317..00e1f870d53a952be0c7e13b33dd28575c79aabf 100755 (executable)
@@ -20,10 +20,10 @@ class SnapShotDialog extends plugin
   var $last_list = array();
 
        
-       function SnapShotDialog($config,$dn,$parent)
+       function SnapShotDialog(&$config, $dn, &$parent)
        {
     plugin::plugin($config,$dn);
-    $this->parent      = $parent;
+    $this->parent      = &$parent;
                $this->ui                 = get_userinfo();
        }
 
@@ -91,7 +91,7 @@ class SnapShotDialog extends plugin
                                $tmp = $this->Available_SnapsShots($this->dn,true);
                        }
 
-                       $DivListSnapShots = new DivSelectBox("SnapShotRestore");
+                       $DivListSnapShots = new divSelectBox("SnapShotRestore");
                        $DivListSnapShots->SetHeight(180);
 
                        $list_of_elements = array();