Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_activate.inc
index 64fc2d6d4eb0457317ac566449921b46c6cfffbc..5e7224d04799338f646dc7a3632ff379f4747eac 100644 (file)
@@ -53,7 +53,7 @@ class DaemonEvent_activate extends DaemonEvent
     $smarty->assign("target_list" , $this->get_target_list());
     $smarty->assign("is_new"      , $this->is_new);
     $smarty->assign("timestamp"   , $this->get_time_select());
-    $display.= $smarty->fetch(get_template_path('DaemonEvent_unlock.tpl', TRUE, dirname(__FILE__)));
+    $display.= $smarty->fetch(get_template_path('DaemonEvent_activate.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);
   }