Эх сурвалжийг харах

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

Yannick Warnier 7 жил өмнө
parent
commit
ae31788803

+ 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':