Ignore:
Timestamp:
2014/07/14 23:58:59 (10 years ago)
Author:
shutta
Message:

#2595 (デザイン管理>CSS設定にて、入力エラーになると編集可能CSSファイルの一覧が表示されない)
入力エラー時でも、編集可能CSSファイルの一覧が表示されるよう修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/design/LC_Page_Admin_Design_CSS.php

    r23571 r23572  
    124124                $objFormParam->setValue('css_data', file_get_contents($css_path)); 
    125125            } 
    126             // ファイルリストを取得 
    127             $this->arrCSSList = $this->getCSSList($css_dir); 
    128126        } else { 
    129127            // 画面にエラー表示しないため, ログ出力 
    130128            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    131129        } 
     130 
     131        // ファイルリストを取得 
     132        $this->arrCSSList = $this->getCSSList($css_dir); 
     133 
    132134        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    133135        $this->arrForm = $objFormParam->getFormParamList(); 
Note: See TracChangeset for help on using the changeset viewer.