aegir-project / provision

The Provision CLI
http://aegirproject.org
GNU General Public License v2.0
13 stars 12 forks source link

Fix drupal 7 settings template (platform->publish_path removed) #37

Closed valkum closed 6 years ago

valkum commented 6 years ago

$this->platform->publish_path seems to be removed from the platform context and thus in a sites settings.php the platform settings code results in:


  if (is_readable('/sites/all/platform.settings.php')) {
    include_once('/sites/all/platform.settings.php');```

platform->root seems to yield the correct path to the platform
helmo commented 6 years ago

Thanks.