Fix: missing object $db
This commit is contained in:
parent
ee86da0e1e
commit
d07ff6ec11
@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8')
|
||||
*/
|
||||
function getCurrencySymbol($currency_code)
|
||||
{
|
||||
global $form;
|
||||
global $db, $form;
|
||||
|
||||
$currency_sign = '';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user