php4 problem

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@11065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-08-22 15:40:17 +00:00
parent 5830740c52
commit 94619c9a11

View file

@ -35,7 +35,7 @@
}
// Get terms of user
$config->agreement = self::_getAgreement();
$config->agreement = memberModel::_getAgreement();
if(!$config->webmaster_name) $config->webmaster_name = 'webmaster';
if(!$config->image_name_max_width) $config->image_name_max_width = 90;