noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/04: Bug in TAG


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/04: Bug in TAG
Date: Thu, 27 Apr 2023 12:03:35 -0400 (EDT)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 198287562708e9b3e102cff2702312bb80c10ca1
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Apr 27 17:39:46 2023 +0200

    Bug in TAG
---
 include/class/tag.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/tag.class.php b/include/class/tag.class.php
index da35da1fc..568b36d90 100644
--- a/include/class/tag.class.php
+++ b/include/class/tag.class.php
@@ -31,7 +31,7 @@ require_once NOALYSS_INCLUDE.'/database/tag_sql.class.php';
 class Tag
 {
     private $data; //<! Tag_SQL
-    private $cn;
+    protected $cn;
     function __construct($p_cn,$id=-1)
     {
         $this->cn=$p_cn;



reply via email to

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