Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ghost.initPlugins: the activePlugins setting wasn't read correctly. #1261

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2013

  1. fix ghost.initPlugins: the activePlugins setting wasn't read correctly.

    - fix comment: activePlugins is read from settings, not from config.
    - model.Settings.activePlugins: this doesn't work and is replaced by model.Settings.read('activePlugins').
    - because Settings.read returns a promise, the last line is wrapped with "when(...).then(...)".
    
    The commit is necessary to get plugins working. To test this you can manually change the activePlugins setting in the settings database.
    frysbe committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    5cd66d6 View commit details
    Browse the repository at this point in the history