mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
springnote모듈에서 다른 springnote의 도메인을 설정하여 보여줄 수 있도록 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3312 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5b8654de30
commit
6e44fda337
9 changed files with 25 additions and 3 deletions
|
|
@ -43,7 +43,7 @@
|
|||
$q = Context::get('q');
|
||||
|
||||
$oSpringnoteModel = &getModel('springnote');
|
||||
$oSpringnoteModel->setInfo($this->module_info->openid, $this->module_info->userkey);
|
||||
$oSpringnoteModel->setInfo($this->module_info->openid, $this->module_info->userkey, $this->module_info->domain);
|
||||
|
||||
// 특정 페이지 선택시 페이지 정보 가져오기
|
||||
if($this->grant->view && $pageid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue