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
This commit is contained in:
flyskyko 2012-08-07 12:54:09 +00:00
parent f9a2b2a75d
commit 192f119fc2

View file

@ -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;