Pārlūkot izejas kodu

Minor - Initialize values to avoid notice messages - refs #2178

Yannick Warnier 7 gadi atpakaļ
vecāks
revīzija
ae31788803
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      main/admin/event_controller.php

+ 3 - 0
main/admin/event_controller.php

@@ -13,6 +13,9 @@ if (api_get_setting('activate_email_template') != 'true') {
 }
 
 $action = isset($_GET['action']) ? $_GET['action'] : null;
+$action_links = '';
+$tool_name = '';
+$message = '';
 
 switch ($action) {
     case 'show':