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

#2524 (CSS の重複チェックができていないようです)
r23428 にて、逆に編集時にファイル名の重複チェックに引っ掛かるようになってしまっていたのを修正。

File:
1 edited

Legend:

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

    r23546 r23571  
    8080        // CSSファイル名を取得 
    8181        $this->css_name = $objFormParam->getValue('css_name'); 
    82         $this->old_css_name = $objFormParam->getValue('old_css_name'); 
     82        $this->old_css_name = $objFormParam->getValue('old_css_name', $this->css_name); 
    8383        $this->device_type_id = $objFormParam->getValue('device_type_id', DEVICE_TYPE_PC); 
    8484 
Note: See TracChangeset for help on using the changeset viewer.