doxygen
This commit is contained in:
parent
3102d0725c
commit
5d181810da
@ -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');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user