mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Qaul - remove parameter not used in trans function of WebPortal (#31004)
This commit is contained in:
committed by
GitHub
parent
d5fe4f998a
commit
a52af1eaf3
@@ -213,7 +213,7 @@ if (!defined('WEBPORTAL_NOLOGIN') && !empty($context->controllerInstance->access
|
||||
|
||||
if ($user_id <= 0) {
|
||||
$error++;
|
||||
$error_msg = $langs->transnoentitiesnoconv('WebPortalSetupNotComplete', $user_id);
|
||||
$error_msg = $langs->transnoentitiesnoconv('WebPortalSetupNotComplete');
|
||||
dol_syslog($error_msg, LOG_WARNING);
|
||||
$context->setEventMessages($error_msg, null, 'errors');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user