Changeset 18809


Ignore:
Timestamp:
2010/09/19 04:51:00 (14 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • typo 修正 (flame -> frame)
File:
1 edited

Legend:

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

    r18701 r18809  
    6060        if ($this->adminPage) { 
    6161            $this->tpl_mainpage = 'login_error.tpl'; 
    62             $this->flame = LOGIN_FRAME; 
     62            $this->frame = LOGIN_FRAME; 
    6363        } else { 
    64             $this->flame = SITE_FRAME; 
     64            $this->frame = SITE_FRAME; 
    6565        } 
    6666    } 
     
    8686 
    8787        $objView->assignobj($this); 
    88         $objView->display($this->flame); 
    89          
     88        $objView->display($this->frame); 
     89 
    9090        if (DEBUG_MODE) { 
    9191            echo '<div class="debug">'; 
Note: See TracChangeset for help on using the changeset viewer.