Code

$id wasn't initialised in all cases
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 05:22:20 +0000 (05:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 05:22:20 +0000 (05:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6144 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Welcome.inc

index 1546419586afd0e65e59329f09d68d3ab2e65e79..3afc847b046049cefc36a08cd13ff9c2c154620f 100644 (file)
@@ -42,6 +42,8 @@ class Step_Welcome  extends setup_step
   
   function execute()
   {
+    $id = "";
+    
     /* Get auth ID from file */
     if (file_exists('/tmp/gosa.auth') && is_readable('/tmp/gosa.auth')){
       $contents= file('/tmp/gosa.auth');