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

pull/2487/head
Yannick Warnier 7 years ago
parent 4f9a1679f3
commit ae31788803
  1. 3
      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':

Loading…
Cancel
Save