From 192f119fc28b4a728d320cdd32de03a420a1e2e3 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Tue, 7 Aug 2012 12:54:09 +0000 Subject: [PATCH] Change $this to self for backward compatibility git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10992 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/member.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;