hasDataAssociated() is a user internal call, call like $this->hasDataAssociated() instead of hasDataAssociated()
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user