X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_SnapShotDialog.inc;h=00e1f870d53a952be0c7e13b33dd28575c79aabf;hb=28ae00a52f184c2e0818500fafc38280e44f9efb;hp=66211bfd029c91e024cf433d78f4d7cee8691317;hpb=bdfa0bf9fb1dc2a9483ab8710a392de2f24fb278;p=gosa.git diff --git a/include/class_SnapShotDialog.inc b/include/class_SnapShotDialog.inc index 66211bfd0..00e1f870d 100755 --- a/include/class_SnapShotDialog.inc +++ b/include/class_SnapShotDialog.inc @@ -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();