Ignore:
Timestamp:
2012/05/30 18:28:52 (12 years ago)
Author:
tokuhiro
Message:

#1828 ソースの漏れの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/index.php

    r21867 r21869  
    374374        $objPage->tpl_mode = 'step0'; 
    375375        umask(0); 
     376        $path = DATA_REALDIR . 'downloads/plugin'; 
     377        if (!file_exists($path)) { 
     378            mkdir($path); 
     379        } 
    376380        $path = HTML_REALDIR . 'plugin'; 
    377381        if (!file_exists($path)) { 
Note: See TracChangeset for help on using the changeset viewer.