Changeset 6780

Show
Ignore:
Timestamp:
10/07/08 11:46:36 (3 months ago)
Author:
creorix
Message:

refs #1114

  • Eolin.API.Syndication이 Autoload에 포함되지 않은 문제 수정
  • [6776]에서 존재하지 않는 member method를 call한 문제 수정
Location:
trunk/library
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/components/Textcube.Data.Notice.php

    r6776 r6780  
    159159    function saveSlogan($slogan = null) { 
    160160        global $database; 
    161         $this->init(); 
    162161        if (!Validator::number($this->id, 1)) 
    163162            return $this->_error('id'); 
  • trunk/library/include.php

    r6609 r6780  
    104104            } 
    105105            require_once(ROOT . "/library/components/Needlworks.Database.php"); 
     106        } else if (in_array($name,array('Syndication'))) { 
     107            require_once(ROOT . "/library/components/Eolin.API.Syndication.php"); 
    106108        } 
    107109        else {