forked from Wavyzz/dolibarr
Update document.php
This commit is contained in:
committed by
GitHub
parent
c71bebfd21
commit
acb47a4cc7
@@ -32,7 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
|||||||
|
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array('projects', 'other'));
|
$langs->loadLangs(array('projects', 'other'));
|
||||||
$hookmanager->initHooks(array('projetcarddocument'));
|
$hookmanager->initHooks(array('projectcarddocument'));
|
||||||
|
|
||||||
$action = GETPOST('action', 'alpha');
|
$action = GETPOST('action', 'alpha');
|
||||||
$confirm = GETPOST('confirm', 'alpha');
|
$confirm = GETPOST('confirm', 'alpha');
|
||||||
|
|||||||
Reference in New Issue
Block a user