#18058354 * Lifepod 데이터를 가져오지 못하는 문제 수정

* 변수명 오타

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6527 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-06-12 04:19:20 +00:00
parent be99882cc7
commit 80719a877e

View file

@ -45,7 +45,7 @@
**/
function dispLifepodContent() {
$oLifepodModel = &getModel('lifepod');
if($caladdresses) {
if($this->module_info->calendar_address) {
$caladdresses = split(", ", $this->module_info->calendar_address);
$cYear = Context::get('year');
$cMonth = Context::get('month');