mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
#18058354 * Lifepod 데이터를 가져오지 못하는 문제 수정
* 변수명 오타 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6527 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be99882cc7
commit
80719a877e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
**/
|
**/
|
||||||
function dispLifepodContent() {
|
function dispLifepodContent() {
|
||||||
$oLifepodModel = &getModel('lifepod');
|
$oLifepodModel = &getModel('lifepod');
|
||||||
if($caladdresses) {
|
if($this->module_info->calendar_address) {
|
||||||
$caladdresses = split(", ", $this->module_info->calendar_address);
|
$caladdresses = split(", ", $this->module_info->calendar_address);
|
||||||
$cYear = Context::get('year');
|
$cYear = Context::get('year');
|
||||||
$cMonth = Context::get('month');
|
$cMonth = Context::get('month');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue