瀏覽代碼

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

Yannick Warnier 7 年之前
父節點
當前提交
ae31788803
共有 1 個文件被更改,包括 3 次插入0 次删除
  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':