* changed private to public.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-03-29 01:48:51 +00:00
parent aa0756240c
commit a03adb707d
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
*/
class bug extends control
{
private $products = array();
public $products = array();
/**
* Construct function, load some modules auto.

View File

@@ -11,7 +11,7 @@
*/
class testcase extends control
{
private $products = array();
public $products = array();
/**
* Construct function, load product, tree, user auto.

View File

@@ -11,7 +11,7 @@
*/
class testtask extends control
{
private $products = array();
public $products = array();
/**
* Construct function, load product module, assign products to view auto.

View File

@@ -11,7 +11,7 @@
*/
class user extends control
{
private $referer;
public $referer;
/**
* Construct