Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

add global to code snippet to make it easier to copy and paste #261

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/upgrade/version-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ After determining where the data currently lives, we can suggest a course of act
3. Find and edit the file `civicrm.settings.php`. Add the correct path and URL:

```php
global $civicrm_paths;
$civicrm_paths['civicrm.files']['path'] = '/var/www/wp-content/plugins/files/civicrm';
$civicrm_paths['civicrm.files']['url'] = 'https://example.com/wp-content/plugins/files/civicrm';
```
Expand Down