hasDataAssociated() is a user internal call, call like $this->hasDataAssociated() instead of hasDataAssociated()

This commit is contained in:
Chris Morgan
2005-10-09 18:09:35 +00:00
committed by WineHQ
parent 1de5d7923f
commit fa638bd7af

View File

@@ -703,7 +703,7 @@ class User {
function warnForInactivity() function warnForInactivity()
{ {
/* we don't want to warn users that have data associated with them */ /* we don't want to warn users that have data associated with them */
if(hasDataAssociated()) if($this->hasDataAssociated())
{ {
return; return;
} }