Upgrade 1-11.38

This commit is contained in:
xesmyd
2026-03-30 14:10:30 +02:00
parent f2a7e6d1fc
commit ac648ef29d
24665 changed files with 69682 additions and 2205004 deletions
+3 -3
View File
@@ -32,13 +32,13 @@ try {
}
if ($tool->getParent()) {
throw new Exception($plugin->get_lang('NoAllowed'));
throw new Exception($plugin->get_lang('BaseToolsCanBeAddedInSessionsOnly'));
}
$session = api_get_session_entity($sessionId);
if (!$session) {
api_not_allowed(true);
throw new Exception(get_lang('Session not found.'));
}
$content = '';
@@ -71,7 +71,7 @@ try {
'multiple' => true,
]
);
$form->addCheckBox('tool_visible', get_lang('SetVisible'), get_lang('ToolIsNowVisible'));
$form->addCheckBox('tool_visible', get_lang('Set visible'), get_lang('The tool is now visible.'));
$form->addButtonExport(get_lang('Save'));
if ($form->validate()) {