Merge pull request #18879 from frederic34/patch-5

doxygen
This commit is contained in:
Laurent Destailleur 2021-10-02 20:44:09 +02:00 committed by GitHub
commit c4ca0bdc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file knowledgemanagement/admin/setup.php * \file htdocs/admin/knowledgemanagement.php
* \ingroup knowledgemanagement * \ingroup knowledgemanagement
* \brief KnowledgeManagement setup page. * \brief KnowledgeManagement setup page.
*/ */
@ -65,9 +65,7 @@ if (!$user->admin) {
* Actions * Actions
*/ */
if ((float) DOL_VERSION >= 6) {
include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php'; include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
}
if ($action == 'updateMask') { if ($action == 'updateMask') {
$maskconstorder = GETPOST('maskconstorder', 'alpha'); $maskconstorder = GETPOST('maskconstorder', 'alpha');