Code

Updated msgPool, variable wasn't defined in all cases.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Nov 2010 09:31:50 +0000 (09:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Nov 2010 09:31:50 +0000 (09:31 +0000)
- msgPool::ldaperror

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20337 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_msgPool.inc

index 5c3079954ed8fc6f7eaae2ca1dcde0f64097db82..16be5991a56a77df3a62c08bf2cf1d973ac9338f 100644 (file)
@@ -454,6 +454,7 @@ class msgPool
     }
 
     /* Fill DN information */
+    $dn_info="";
     if ($dn != ""){
       $dn_info= "<br><br>"._("Object").": ".bold(LDAP::fix($dn));
     }