Explorar el Código

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

Yannick Warnier hace 7 años
padre
commit
ae31788803
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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':