Code

Updated application acls
[gosa.git] / gosa-plugins / goto / admin / applications / class_applicationGeneric.inc
index 7ade073bd773e99061e38c6917a06176cb6f9a2b..97da83a3cb0b1a173b0226430340216ba9165f5c 100644 (file)
@@ -327,7 +327,7 @@ class application extends plugin
 
         if (!function_exists("imagick_blob2image")){
           /* Get temporary file name for conversation */
-          $fname = tempnam (CACHE_DIR, "GOsa");
+          $fname = tempnam (TEMP_DIR, "GOsa");
 
           /* Open file and write out photoData */
           $fp = fopen ($fname, "w");