mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Qual: Missing global declaration
This commit is contained in:
@@ -2278,7 +2278,7 @@ abstract class CommonObject
|
||||
*/
|
||||
function showOptionals($extrafields, $mode='view', $params=0, $keyprefix='')
|
||||
{
|
||||
global $_POST;
|
||||
global $_POST, $conf;
|
||||
|
||||
$out = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user