Merge pull request #17941 from frederic34/recruitement
replace recruitement by recruitment
This commit is contained in:
commit
f1cd3a7044
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user