Code

Fixed picture probs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Aug 2006 08:33:59 +0000 (08:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 7 Aug 2006 08:33:59 +0000 (08:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4411 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index 77269484084914487230ef3fc2d4bf9a11a7a222..865993c2fa185c2a17611314a43f0fb9fbd3cbe2 100644 (file)
@@ -174,7 +174,6 @@ class user extends plugin
 
       /* Load extra attributes: certificate and picture */
       $this->load_cert();
-      $this->load_picture();
       if ($this->userCertificate != ""){
         $this->had_userCertificate= TRUE;
       }
@@ -265,6 +264,8 @@ class user extends plugin
     /* Get random number for pictures */
     srand((double)microtime()*1000000); 
     $smarty->assign("rand", rand(0, 10000));
+    $this->load_picture();
+
 
     /* Do we represent a valid gosaAccount? */
     if (!$this->is_account){