diff --git a/modules/member/member.model.php b/modules/member/member.model.php index 7a26c2cac..76564ef9b 100644 --- a/modules/member/member.model.php +++ b/modules/member/member.model.php @@ -35,7 +35,7 @@ } // Get terms of user - $config->agreement = $this->_getAgreement(); + $config->agreement = self::_getAgreement(); if(!$config->webmaster_name) $config->webmaster_name = 'webmaster'; if(!$config->image_name_max_width) $config->image_name_max_width = 90;