Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
isHidden value incorrect
#1
When the function setHidden in inc/inc.ClassUser.php is called, it sets the $_isHidden to $isAdmin (Line 9 in the function)

$this->_isHidden = $isAdmin;

should read

$this->_isHidden = $isHidden;

The value of isAdmin is undefined here.
Reply


Forum Jump:


Users browsing this thread: