From f4df245f67de6e29d321d48bc688144eea081885 Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Mon, 12 Nov 2018 08:45:53 -0600 Subject: [PATCH] ops: Fix bug in team import, wrong include path fixed. --- html/ops/team_import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/team_import.php b/html/ops/team_import.php index fcc2d09702..793399317e 100755 --- a/html/ops/team_import.php +++ b/html/ops/team_import.php @@ -26,7 +26,7 @@ require_once("../inc/user_util.inc"); require_once("../inc/team.inc"); require_once("../inc/email.inc"); require_once("../project/project.inc"); -require_once("../consent.inc"); +require_once("../inc/consent.inc"); if (defined('INVITE_CODES')) { echo "Account creation is protected by invitation codes, so not importing teams";