Version 0.9.9

- Code cleaning
This commit is contained in:
football
2021-04-07 00:32:55 +02:00
parent 75c02e1eb8
commit cba1e024cd
12 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ class leagues_module
$form_key = 'acp_football_leagues';
add_form_key($form_key);
include($phpbb_root_path . 'includes/functions_user.' . $phpEx);
include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
// Check and set some common vars
$action = (isset($_POST['add'])) ? 'add' : ((isset($_POST['addmembers'])) ? 'addmembers' : $this->request->variable('action', ''));