Changeset 12802 for trunk/install/db/94-database.php
- Timestamp:
- Dec 29, 2011, 6:48:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/db/94-database.php
r11509 r12802 61 61 62 62 // 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'; 64 64 $save_conf = true; 65 65 if (is_dir(dirname($backup_filepath))) … … 70 70 } 71 71 } 72 elseif (!is_writable( $conf['local_data_dir']))72 elseif (!is_writable( PHPWG_ROOT_PATH.$conf['data_location'] )) 73 73 { 74 74 $save_conf = false;
Note: See TracChangeset
for help on using the changeset viewer.