Skip to content

Commit

Permalink
ACMS-3462: Update files-private path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 8, 2024
1 parent 24b5831 commit cf381e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/filesystem.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
* This is always set and exposed by the Drupal Kernel.
*/
// phpcs:ignore
$settings['file_private_path'] = "sites/" . EnvironmentDetector::getSiteName($site_path) . "/files-private";
$settings['file_private_path'] = EnvironmentDetector::getAhFilesRoot() . "/sites/" . EnvironmentDetector::getSiteName($site_path) . "/files-private";
}

0 comments on commit cf381e6

Please sign in to comment.