* change the 'private' to 'public'.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-09 07:53:36 +00:00
parent b30c103ecc
commit f2ef4a56f6
15 changed files with 96 additions and 96 deletions

View File

@@ -196,10 +196,10 @@ class user extends control
* Set the rerferer.
*
* @param string $referer
* @access private
* @access public
* @return void
*/
private function setReferer($referer = '')
public function setReferer($referer = '')
{
if(!empty($referer))
{