Ignore:
Timestamp:
2013/08/20 14:39:46 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23084 - r23100 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php

    r22926 r23105  
    120120        } 
    121121 
    122         if (!$is_error) { 
    123             $this->templates = $this->getAllTemplates($this->device_type_id); 
    124         } else { 
    125             // 画面にエラー表示しないため, ログ出力 
    126             GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    127         } 
     122        $this->templates = $this->getAllTemplates($this->device_type_id); 
    128123        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    129124    } 
Note: See TracChangeset for help on using the changeset viewer.