From: hickert Date: Wed, 16 May 2007 11:05:42 +0000 (+0000) Subject: Updated X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=864345960f321b252475c8a3c70f06378cb9c5c0;p=gosa.git Updated git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6398 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setup.inc b/setup/class_setup.inc index d93dada1d..069628a3e 100644 --- a/setup/class_setup.inc +++ b/setup/class_setup.inc @@ -69,7 +69,7 @@ class setup } foreach($this->o_steps as $key => $step){ - $this->o_steps[$key]->parent = $this; + $this->o_steps[$key]->parent = &$this; } }