Skip to content

Conversation

@joshconner
Copy link
Contributor

@joshconner joshconner commented Nov 25, 2024

Keep consistent capitalization

Overview

Replace this paragraph with a description of your changes and reasoning. Provide links to external references/discussions if appropriate.

Resolves #NN.

Nature of This Change

  • 🐛 Fixes a bug
  • 🚀 Implements a new feature
  • 🛁 Rewrites existing documentation
  • 💅 Fixes coding style
  • 🔥 Removes unused files / code

Related Application Change

Application Pull Request: https://github.com/ExpressionEngine/ExpressionEngine/pulls/NNN

Keep consistent capitalization
$config['base_url'] = $_ENV['BASE_URL'];
$config['site_url'] = $config['base_url'];
$config['site_url'] = $config['BASE_URL'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't correct - on line 54 it's setting $config['base_url'] (lowercase), so referencing it here with uppercase would be a different key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants