Code

Fixed problem with non special access modes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 Oct 2005 14:05:23 +0000 (14:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 Oct 2005 14:05:23 +0000 (14:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1565 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiTemplateEntry.inc

index 0399e5d8d5407ff9e1d9234ca3328594594ab4e1..44e5e437c44be3fc95e5a43bb049bf387e409a6a 100644 (file)
@@ -46,6 +46,8 @@ class faiTemplateEntry extends plugin
     $_SESSION['binary'] = $this->Object_FAItemplateFile;
     $_SESSION['binarytype'] = 'octet-stream';
     $_SESSION['binaryfile'] = basename( $this->Object_FAItemplatePath );
+    
+    $this->Object_FAImode= sprintf("%0.4s", $this->Object_FAImode)." ";
   }
 
   function execute()