fix: missing global $conf

This commit is contained in:
Regis Houssin 2011-05-14 11:42:55 +00:00
parent f382a68dd7
commit d724718d78

View File

@ -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);