Changeset 12802 for trunk/install


Ignore:
Timestamp:
Dec 29, 2011, 6:48:16 AM (12 years ago)
Author:
rvelices
Message:

fetaure 2542 replace $conflocal_data_dir with $confdata_location and move combined files and image derivatives from local to _data

Location:
trunk/install/db
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/94-database.php

    r11509 r12802  
    6161
    6262// save configuration for a future use by the Community plugin
    63 $backup_filepath = $conf['local_data_dir'].'/plugins/core_user_upload_to_community.php';
     63$backup_filepath = PHPWG_ROOT_PATH.$conf['data_location'].'plugins/core_user_upload_to_community.php';
    6464$save_conf = true;
    6565if (is_dir(dirname($backup_filepath)))
     
    7070  }
    7171}
    72 elseif (!is_writable($conf['local_data_dir']))
     72elseif (!is_writable( PHPWG_ROOT_PATH.$conf['data_location'] ))
    7373{
    7474  $save_conf = false;
Note: See TracChangeset for help on using the changeset viewer.