noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 06/323: Fix : is now protected instead of pri


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/323: Fix : is now protected instead of private
Date: Wed, 14 Mar 2018 17:38:08 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit e92d16449f1a0c9da8cf6b239b74629efe5b3219
Author: Dany De Bontridder <address@hidden>
Date:   Tue Dec 19 12:39:18 2017 +0100

    Fix :  is now protected instead of private
---
 include/class/acc_ledger_search.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_search.class.php 
b/include/class/acc_ledger_search.class.php
index 3ad3b47..69bff39 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -30,7 +30,7 @@ if (!defined('ALLOWED'))
 class Acc_Ledger_Search
 {
 
-    private $cn; //!< Database Connection
+    protected $cn; //!< Database Connection
     private $type; //!< type of ledger : FIN,ODS,VEN,ACH
     private $all; //!< Flag to indicate if all ledgers must searched (1 for 
yes)
     private $div; //! prefix for id of DOM id



reply via email to

[Prev in Thread] Current Thread [Next in Thread]