Ignore:
Timestamp:
2010/12/30 00:30:49 (13 years ago)
Author:
Seasoft
Message:

#882(モバイルサイトでPHPエラーが発生する) 一部応急処置

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/LC_Page.php

    r19783 r19790  
    123123    function sendResponse() { 
    124124 
    125         // post-prosess処理(暫定的) 
    126         $this->objPlugin->process($this); 
     125        if (isset($this->objPlugin)) { // FIXME モバイルエラー応急対応 
     126            // post-prosess処理(暫定的) 
     127            $this->objPlugin->process($this); 
     128        } 
    127129 
    128130        $this->objDisplay->prepare($this); 
Note: See TracChangeset for help on using the changeset viewer.