Skip to content
  • Rudi Floren's avatar
    change publish_path to root for platform settings · 9f909617
    Rudi Floren authored
    publish_path seems to be removed from the platform context and thus in a sites settings.php the platform settings code results in:
    ```# Additional platform wide configuration settings.
      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
    9f909617