Merge pull request #17941 from frederic34/recruitement

replace recruitement by recruitment
This commit is contained in:
Laurent Destailleur 2021-06-15 21:59:56 +02:00 committed by GitHub
commit f1cd3a7044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ $email = GETPOST('email', 'alpha');
$object = new RecruitmentJobPosition($db);
// Security check
if (empty($conf->recruitement->enabled)) {
if (empty($conf->recruitment->enabled)) {
accessforbidden('', 0, 0, 1);
}

View File

@ -75,7 +75,7 @@ if (!$action) {
$urlwithroot = DOL_MAIN_URL_ROOT; // This is to use same domain name than current. For Paypal payment, we can use internal URL like localhost.
// Security check
if (empty($conf->recruitement->enabled)) {
if (empty($conf->recruitment->enabled)) {
accessforbidden('', 0, 0, 1);
}

View File

@ -26,7 +26,7 @@ require_once DOL_DOCUMENT_ROOT.'/recruitment/lib/recruitment.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
// Load translation files required by the page
$langs->loadLangs(array('recruitement', 'admin'));
$langs->loadLangs(array('recruitment', 'admin'));
$extrafields = new ExtraFields($db);
$form = new Form($db);

View File

@ -26,7 +26,7 @@ require_once DOL_DOCUMENT_ROOT.'/recruitment/lib/recruitment.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
// Load translation files required by the page
$langs->loadLangs(array('recruitement', 'admin'));
$langs->loadLangs(array('recruitment', 'admin'));
$extrafields = new ExtraFields($db);
$form = new Form($db);