mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
add proc MemverSiteLeave, MemberSiteSignUp
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9732 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
565a2f12cd
commit
929f05617b
2 changed files with 4 additions and 2 deletions
|
|
@ -1258,7 +1258,7 @@
|
|||
/**
|
||||
* @brief Join a virtual site
|
||||
**/
|
||||
function procModuleSiteSignUp() {
|
||||
function procMemberSiteSignUp() {
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
$logged_info = Context::get('logged_info');
|
||||
if(!$site_module_info->site_srl || !Context::get('is_logged') || count($logged_info->group_srl_list) ) return new Object(-1,'msg_invalid_request');
|
||||
|
|
@ -1274,7 +1274,7 @@
|
|||
/**
|
||||
* @brief Leave the virtual site
|
||||
**/
|
||||
function procModuleSiteLeave() {
|
||||
function procMemberSiteLeave() {
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
$logged_info = Context::get('logged_info');
|
||||
if(!$site_module_info->site_srl || !Context::get('is_logged') || count($logged_info->group_srl_list) ) return new Object(-1,'msg_invalid_request');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue