correct global g_parameter

This commit is contained in:
sparkyx 2023-09-15 19:13:00 +02:00
parent 1c727f960b
commit debfa65ed1
2 changed files with 3 additions and 2 deletions

View file

@ -104,7 +104,8 @@ class Acc_Ledger_Search
*/
function search_form()
{
global $g_user;
global $g_user,$g_parameter;
$g_parameter=new Noalyss_Parameter_Folder($this->cn);
$http=new HttpInput();
$r="";
$bledger_param=json_encode(array(

View file

@ -1,7 +1,7 @@
<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
global $g_parameter;
?>
<table id="<?=$this->div?>table_search">