Tag $cn must be accessed from tag_operation
This commit is contained in:
parent
cbdd6acdc8
commit
9957fce8e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue