mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
f9a2b2a75d
commit
192f119fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue