fix: missing global $conf
This commit is contained in:
parent
f382a68dd7
commit
d724718d78
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/* Copyright (C) 2010 Regis Houssin <regis@dolibarr.fr>
|
||||
/* Copyright (C) 2010-2011 Regis Houssin <regis@dolibarr.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -87,7 +87,7 @@ class ActionsCardIndividual extends ActionsCardCommon
|
||||
*/
|
||||
function assign_values($action='')
|
||||
{
|
||||
global $langs;
|
||||
global $conf, $langs;
|
||||
global $form, $formcompany;
|
||||
|
||||
parent::assign_values($action);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user