Code

Some changes repository plugin
[gosa.git] / plugins / admin / fai / class_faiScriptEntry.inc
index f7a22077d0abaa23f784d1606ed41eaf8f8a1397..d25af193635eb4537b436f683e190b6d1eebf2a0 100644 (file)
@@ -39,6 +39,9 @@ class faiScriptEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
@@ -83,6 +86,7 @@ class faiScriptEntry extends plugin
           $this->$attrs = "";
         }
       }
+      $this->FAIscript= recode("DOS..LATIN1", $this->FAIscript);
     }
   }