mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
merge from 1.5.3.1 (r10978-r11049)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11050 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
0b4f79f420
6 changed files with 16 additions and 9 deletions
|
|
@ -37,7 +37,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;
|
||||
|
|
@ -213,7 +213,7 @@
|
|||
if(!$user_id) return;
|
||||
|
||||
$args->user_id = $user_id;
|
||||
$output = executeQuery('member.getMemberInfo', $args, $columnList);
|
||||
$output = executeQuery('member.getMemberInfo', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
if(!$output->data) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue