Code

Updated
[gosa.git] / plugins / admin / fai / class_faiTemplateEntry.inc
index 21c824033fffa76b7ab8d6f9f2f05007b8536dab..33b361992a1877d1ad5d60e88b217113a469ee24 100644 (file)
@@ -52,6 +52,9 @@ class faiTemplateEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $smarty->assign("rand", rand(0, 10000));