Changeset 4731

Show
Ignore:
Timestamp:
11/30/07 20:08:19 (2 years ago)
Author:
creorix
Message:

#748

  • 수정했습니다.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/components/Needlworks.Cache.PageCache.php

    r4685 r4731  
    133133            WHERE blogid = ".getBlogId()." 
    134134            AND name = '".tc_escape_string($this->realName)."'"); 
    135         if($result !== false) { 
     135        if($result !== null) { 
    136136            $this->_dbContents = unserialize($result); 
    137137            if(doesHaveOwnership()) $this->dbContents = isset($this->_dbContents['owner']) ? $this->_dbContents['owner'] : null;