diff --git a/include/user.php b/include/user.php index 9e85720..8668e42 100644 --- a/include/user.php +++ b/include/user.php @@ -703,7 +703,7 @@ class User { function warnForInactivity() { /* we don't want to warn users that have data associated with them */ - if(hasDataAssociated()) + if($this->hasDataAssociated()) { return; }